summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/newprojectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/newprojectdialog.h')
-rw-r--r--utils/themeeditor/gui/newprojectdialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/newprojectdialog.h b/utils/themeeditor/gui/newprojectdialog.h
index c59607c53f..6a54a133bc 100644
--- a/utils/themeeditor/gui/newprojectdialog.h
+++ b/utils/themeeditor/gui/newprojectdialog.h
@@ -35,6 +35,7 @@ public:
35 { 35 {
36 QString name; 36 QString name;
37 QString path; 37 QString path;
38 QString target;
38 bool sbs; 39 bool sbs;
39 bool wps; 40 bool wps;
40 bool fms; 41 bool fms;
@@ -46,6 +47,7 @@ public:
46 { 47 {
47 name = ""; 48 name = "";
48 path = ""; 49 path = "";
50 target = "";
49 sbs = true; 51 sbs = true;
50 wps = true; 52 wps = true;
51 fms = false; 53 fms = false;
@@ -63,6 +65,7 @@ public:
63 { 65 {
64 name = other.name; 66 name = other.name;
65 path = other.path; 67 path = other.path;
68 target = other.target;
66 sbs = other.sbs; 69 sbs = other.sbs;
67 wps = other.wps; 70 wps = other.wps;
68 fms = other.fms; 71 fms = other.fms;