* end work on #68

* create special class for configuration
* update clion settings
This commit is contained in:
arcan1s
2015-10-17 00:06:32 +03:00
parent 0e1b101703
commit 8645260f99
32 changed files with 955 additions and 372 deletions

View File

@ -26,7 +26,7 @@ Item {
id: aboutPage
// backend
DPAdds {
id: dpAdds;
id: dpAdds
}
width: childrenRect.width

View File

@ -27,7 +27,7 @@ Item {
id: activeAppearancePage
// backend
DPAdds {
id: dpAdds;
id: dpAdds
}
width: childrenRect.width

View File

@ -27,7 +27,7 @@ Item {
id: advancedPage
// backend
DPAdds {
id: dpAdds;
id: dpAdds
}
width: childrenRect.width

View File

@ -27,7 +27,7 @@ Item {
id: inactiveAppearancePage
// backend
DPAdds {
id: dpAdds;
id: dpAdds
}
width: childrenRect.width

View File

@ -30,7 +30,7 @@ Item {
id: main
// backend
DPAdds {
id: dpAdds;
id: dpAdds
}
property bool debug: dpAdds.isDebugEnabled()

View File

@ -25,7 +25,7 @@ Item {
id: widgetPage
// backend
DPAdds {
id: dpAdds;
id: dpAdds
}
width: childrenRect.width