aboutsummaryrefslogtreecommitdiff
path: root/include/profileinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/profileinterface.h')
-rw-r--r--include/profileinterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/profileinterface.h b/include/profileinterface.h
index c24a4ae..e25b085 100644
--- a/include/profileinterface.h
+++ b/include/profileinterface.h
@@ -36,8 +36,8 @@ class Profile : public QWebEngineProfile
Q_PROPERTY(bool spellCheckEnabled READ isSpellCheckEnabled WRITE setSpellCheckEnabled NOTIFY propertyChanged)
protected:
- explicit Profile(QObject *parent = nullptr) : QWebEngineProfile(parent) {};
- explicit Profile(const QString &storageName, QObject *parent = nullptr) : QWebEngineProfile(storageName, parent) {};
+ explicit Profile(QObject *parent = nullptr) : QWebEngineProfile(parent) {}
+ explicit Profile(const QString &storageName, QObject *parent = nullptr) : QWebEngineProfile(storageName, parent) {}
public:
virtual const QString name() const = 0;