diff options
Diffstat (limited to 'Qt/mainwindow.h')
-rw-r--r-- | Qt/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Qt/mainwindow.h b/Qt/mainwindow.h index b7374a1..49b548c 100644 --- a/Qt/mainwindow.h +++ b/Qt/mainwindow.h @@ -2,7 +2,7 @@ #include <QMainWindow> -#include "database.h" +//#include "database.h" #include "dbconnector.h" #include <QMessageBox> @@ -38,5 +38,5 @@ private: // QSqlQueryModel *pQueryModel; - Database database; +// Database database; }; |