From de247a9ccff6903c7c7b956dd4d85e4f0c3b9445 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 2 Apr 2017 15:47:17 +0200 Subject: Some code cleanup --- src/mainwindow.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/mainwindow.h') 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("")); -- cgit v1.2.1