aboutsummaryrefslogtreecommitdiff
path: root/lib/web/profilemanager.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-09 12:05:28 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-09 12:05:28 +0200
commit3639d5789259561c531a3481d7061a0cb492c644 (patch)
treec9c7ff04022b62cf5be4d4ea31bf28d966ccefda /lib/web/profilemanager.h
parentCreate .profile file when adding a new profile (diff)
downloadsmolbote-3639d5789259561c531a3481d7061a0cb492c644.tar.xz
Unlink plugins from lib/ libraries
Diffstat (limited to 'lib/web/profilemanager.h')
-rw-r--r--lib/web/profilemanager.h1
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);