summaryrefslogtreecommitdiff
path: root/numberator.h
diff options
context:
space:
mode:
Diffstat (limited to 'numberator.h')
-rw-r--r--numberator.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/numberator.h b/numberator.h
index 4192196..f81c44b 100644
--- a/numberator.h
+++ b/numberator.h
@@ -9,6 +9,7 @@
#include <QFileDialog>
#include <QMainWindow>
+#include <ui_TagEditDialog.h>
QT_BEGIN_NAMESPACE
namespace Ui {
@@ -33,6 +34,7 @@ public slots:
private:
Ui::Numberator *ui;
Ui::TagListDock *tagsDockUi;
+ Ui::TagEditDialog *tagEditUi;
QSettings settings;
QFileDialog loadImageDialog,
@@ -41,7 +43,7 @@ private:
SQLiteSaveFile proj;
TagListModel tagListModel;
- TagPropTableModel tagPropTableModel;
- TagView m_tagView;
+ TagPropTableModel tagPropTableModel, dialogTagPropTableModel;
+ Tag m_tagBeingEdited;
};
#endif // NUMBERATOR_H