Refactoting: change names in settings, and using camelCase for settings name.

This commit is contained in:
Filippo Scognamiglio
2014-12-23 18:13:34 +01:00
parent 9d5896b62c
commit 4d3c16fabc
13 changed files with 257 additions and 257 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ MenuBar {
title: qsTr("Profiles")
visible: defaultMenuBar.visible
Instantiator{
model: appSettings.profiles_list
model: appSettings.profilesList
delegate: MenuItem {
text: model.text
onTriggered: {