Implemented directory scanning and adding tracks to library
[someplayer] / src / main.cpp
index 68544fe..b42524a 100644 (file)
@@ -6,6 +6,8 @@ int main(int argc, char *argv[])
        QApplication a(argc, argv);
        a.setApplicationName("someplayer");
        MainWindow w;
+
+
 #if defined(Q_WS_S60)
        w.showMaximized();
 #else