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 9d858f5..2865fa9 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -47,20 +47,19 @@ public:
void addTabbedDock(Qt::DockWidgetArea area, QDockWidget *widget);
- void loadProfile(const QString &name);
-
public slots:
void addNewTab(const QUrl &url = QUrl(""));
void focusAddress();
+ void loadProfile(const QString name = "");
+
protected:
void closeEvent(QCloseEvent *event) override;
private slots:
void about();
- void loadProfileGUI();
- void execProfileEditor();
+ void profileAction();
void cookiesAction();
void handleNewWindow(const QUrl &url = QUrl(""));