diff options
Diffstat (limited to 'lib/web/profilemanager.h')
-rw-r--r-- | lib/web/profilemanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/web/profilemanager.h b/lib/web/profilemanager.h index c7ed660..f5e33b9 100644 --- a/lib/web/profilemanager.h +++ b/lib/web/profilemanager.h @@ -27,6 +27,7 @@ class ProfileManager : public QObject public: explicit ProfileManager(const QHash<QString, QString> &profileSection, QObject *parent); + WebProfile *createProfile(const QString &id, bool isOffTheRecord); WebProfile *loadProfile(const QString &path); void deleteProfile(const QString &id); |