diff options
| author | Tannin <sherb@gmx.net> | 2016-06-23 21:00:46 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-06-23 21:00:46 +0200 |
| commit | 8a3af93b39b05b95462869fc7df7169c5862c966 (patch) | |
| tree | 450d2e663e6224f7e57d95655fca5fddd8416c1b /src/organizercore.h | |
| parent | 352975e757f5e68e1e1d2738ab0cb2e9ac5b31dc (diff) | |
fixed creation of data paths after changing paths in settings and update of profile list after change
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index ecb02d83..6c882dc9 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -135,6 +135,8 @@ public: void loginSuccessfulUpdate(bool necessary);
void loginFailedUpdate(const QString &message);
+ static bool createAndMakeWritable(const QString &path);
+ bool bootstrap();
void createDefaultProfile();
MOBase::DelayedFileWriter &pluginsWriter() { return m_PluginListsWriter; }
@@ -228,6 +230,8 @@ private: bool testForSteam();
+ bool createDirectory(const QString &path);
+
/**
* @brief return a descriptor of the mappings real file->virtual file
*/
|
