Added facility to restore and save locations, and set existing location in home and...
[ptas] / zouba / main.cpp
index 62402e9..47402c8 100644 (file)
@@ -17,6 +17,7 @@ int main(int argc, char *argv[] )
 {
   qInstallMsgHandler( messageHandler );
   QApplication app(argc, argv);
+
   QMainWindow *mainWindow = new QMainWindow;
   Ui ui;
   ui.setupUi(mainWindow);