equal
deleted
inserted
replaced
115 ThemeModel * themeModel(); |
115 ThemeModel * themeModel(); |
116 |
116 |
117 QStandardItemModel * colorsModel(); |
117 QStandardItemModel * colorsModel(); |
118 QStandardItemModel * bindsModel(); |
118 QStandardItemModel * bindsModel(); |
119 |
119 |
|
120 static bool ensureFileExists(const QString & fileName); |
|
121 |
120 public slots: |
122 public slots: |
121 /// Reloads data from storage. |
123 /// Reloads data from storage. |
122 void reload(); |
124 void reload(); |
123 void resetColors(); |
125 void resetColors(); |
124 |
126 |