aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index a93935b..0c1f659 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -45,6 +45,8 @@ public:
MainWindow(const QStringList urlList, QWidget *parent = 0);
~MainWindow();
+ void loadProfile(const QString &name);
+
public slots:
void addNewTab(const QUrl &url = QUrl(""));
@@ -54,7 +56,6 @@ protected:
private slots:
void about();
- void loadProfile(const QString &name);
void loadProfileGUI();
void execProfileEditor();
@@ -65,9 +66,7 @@ private slots:
private:
BlockerDialog *blocklistManager;
-
- QString profileName;
- WebEngineProfile *profile = nullptr;
+ WebEngineProfile *m_profile = nullptr;
// ui
Ui::MainWindow *ui;