From 5563bb3c94f9c001f95de44a5818d2f86631532b Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 4 Oct 2018 19:42:46 +0200 Subject: clazy: fix warnings --- lib/web/profilemanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/web/profilemanager.h') 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 &profileSection, const QString &defaultId, QObject *parent = nullptr); + explicit ProfileManager(const QHash &profileSection, QObject *parent); WebProfile *loadProfile(const QString &path); void deleteProfile(const QString &id); -- cgit v1.2.1