aboutsummaryrefslogtreecommitdiff
path: root/lib/web/profilemanager.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-04 19:42:46 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-04 19:42:46 +0200
commit5563bb3c94f9c001f95de44a5818d2f86631532b (patch)
tree2b9fe955e14b167c64251677533ee4d0f34006eb /lib/web/profilemanager.h
parentUpdate pkgbuild to use asciidoctor (diff)
downloadsmolbote-5563bb3c94f9c001f95de44a5818d2f86631532b.tar.xz
clazy: fix warnings
Diffstat (limited to 'lib/web/profilemanager.h')
-rw-r--r--lib/web/profilemanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web/profilemanager.h b/lib/web/profilemanager.h
index 9cd2cbd..5d751d2 100644
--- a/lib/web/profilemanager.h
+++ b/lib/web/profilemanager.h
@@ -25,7 +25,7 @@ class ProfileManager : public QObject
{
Q_OBJECT
public:
- explicit ProfileManager(const QHash<QString, QString> &profileSection, const QString &defaultId, QObject *parent = nullptr);
+ explicit ProfileManager(const QHash<QString, QString> &profileSection, QObject *parent);
WebProfile *loadProfile(const QString &path);
void deleteProfile(const QString &id);