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