diff options
Diffstat (limited to 'utils/themeeditor/models/projectmodel.cpp')
| -rw-r--r-- | utils/themeeditor/models/projectmodel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/models/projectmodel.cpp b/utils/themeeditor/models/projectmodel.cpp index 632e0aa..2663e8b 100644 --- a/utils/themeeditor/models/projectmodel.cpp +++ b/utils/themeeditor/models/projectmodel.cpp @@ -39,6 +39,8 @@ ProjectModel::ProjectModel(QString config, EditorWindow* mainWindow, if(!cfg.isReadable()) return; + settings.insert("configfile", config); + QTextStream fin(&cfg); /* Storing the base directory */ |