Imported more functionality from old db classes to new models.
[emufront] / src / mainwindow.cpp
index 987361b..4a72a1a 100644 (file)
@@ -402,7 +402,7 @@ bool MainWindow::testDB(bool reset)
             else throw EmuFrontException("The current database is not compatible!"
                                          " Cannot continue.");
         }
-
+    
         if (reset) {
             createDB();
         }