changed hardcoded path for testing
[wpcreator] / src / mainwindow.cpp
index 961df17..48dca91 100644 (file)
@@ -91,7 +91,7 @@ void MainWindow::installImageSetWithName(QString name) {
     #ifdef Q_WS_HILDON
         QString base = "/home/user/MyDocs/.images/";
     #else
-        QString base = "/home/dwilms/testapp/";
+        QString base = "./";
     #endif
         QString filename = base +name;
         out << filename;