summaryrefslogtreecommitdiffstats
path: root/qt-ui/models.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r--qt-ui/models.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h
index 35ed529e3..f6fb3f5c0 100644
--- a/qt-ui/models.h
+++ b/qt-ui/models.h
@@ -128,7 +128,7 @@ struct TreeItem {
Q_DECLARE_TR_FUNCTIONS (TreeItemDT);
public:
virtual ~TreeItem();
-
+ TreeItem();
virtual QVariant data (int column, int role) const;
int row() const;
QList<TreeItem*> children;