From 3639d5789259561c531a3481d7061a0cb492c644 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 9 Oct 2018 12:05:28 +0200 Subject: Unlink plugins from lib/ libraries --- plugins/ProfileEditor/profileeditorplugin.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/ProfileEditor/profileeditorplugin.h') diff --git a/plugins/ProfileEditor/profileeditorplugin.h b/plugins/ProfileEditor/profileeditorplugin.h index 70f077d..a673436 100644 --- a/plugins/ProfileEditor/profileeditorplugin.h +++ b/plugins/ProfileEditor/profileeditorplugin.h @@ -9,10 +9,8 @@ #ifndef PROFILEEDITOR_PLUGIN_H #define PROFILEEDITOR_PLUGIN_H -#include -#include +#include -class QWebEngineProfile; class QDialog; class ProfileEditorPlugin : public QObject, public PluginInterface { @@ -25,7 +23,7 @@ public: QHash> commands() override; // ProfileInterface - QDialog *createWidget(QWidget *parent) override; + QDialog *createWidget(QWidget *parent) const override; }; #endif //PROFILEEDITOR_PLUGIN_H -- cgit v1.2.1