summaryrefslogtreecommitdiff
path: root/utils/themeeditor/projectmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/projectmodel.h')
-rw-r--r--utils/themeeditor/projectmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/projectmodel.h b/utils/themeeditor/projectmodel.h
index f170501a58..c7147fa83f 100644
--- a/utils/themeeditor/projectmodel.h
+++ b/utils/themeeditor/projectmodel.h
@@ -32,7 +32,7 @@ class ProjectModel : public QAbstractItemModel
32{ 32{
33Q_OBJECT 33Q_OBJECT
34public: 34public:
35 static const int numColumns = 1; 35 static const int numColumns = 2;
36 36
37 static QString fileFilter() 37 static QString fileFilter()
38 { 38 {