diff options
author | Arno <am@disconnect.de> | 2013-08-16 19:36:09 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-08-16 19:36:09 +0200 |
commit | 0f3219e77f65a4c3d67f34034e67775a32d2aacb (patch) | |
tree | 4211a24a440e5d5aea20e27cf5ce46cfc61c2112 /newpicsdialog.h | |
parent | d94c6526eb4e27a873fa811d72e99d42b85a81c4 (diff) | |
download | SheMov-0f3219e77f65a4c3d67f34034e67775a32d2aacb.tar.gz SheMov-0f3219e77f65a4c3d67f34034e67775a32d2aacb.tar.bz2 SheMov-0f3219e77f65a4c3d67f34034e67775a32d2aacb.zip |
Fix NewPicsDialog + NewPicFilesModel
* remove some of the Transaction madness
* make it possible to archive pics again
It's far from finished....
Diffstat (limited to 'newpicsdialog.h')
-rw-r--r-- | newpicsdialog.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/newpicsdialog.h b/newpicsdialog.h index 67068df..3f8a87b 100644 --- a/newpicsdialog.h +++ b/newpicsdialog.h @@ -8,7 +8,7 @@ #ifndef NEWPICSDIALOG_H #define NEWPICSDIALOG_H -#include <QtWidgets/QDialog> +#include <QDialog> #include <QSqlDatabase> #include "smtreemodel.h" @@ -48,8 +48,6 @@ class NewPicsDialog : public QDialog { QPushButton *mOk; QPushButton *mCancel; QSqlDatabase mDb; - QSqlQuery *mAddFileQ; - QSqlQuery *mAddMappingQ; }; class NewPicFilesModel : public SmTreeModel { |