diff options
Diffstat (limited to 'src/core/profile_adapter.h')
-rw-r--r-- | src/core/profile_adapter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/profile_adapter.h b/src/core/profile_adapter.h index c7edd7860..49945a4a3 100644 --- a/src/core/profile_adapter.h +++ b/src/core/profile_adapter.h @@ -110,6 +110,7 @@ public: void removeDownload(quint32 downloadId); ProfileQt *profile(); + bool ensureDataPathExists(); QString storageName() const { return m_name; } void setStorageName(const QString &storageName); |