From 7cbcc16156dd6ab4786d466ea39857bde4bdd2c7 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 20 Sep 2017 13:04:02 +0200 Subject: Fixed bug with starting up if the local socket wasn't cleaned up --- src/mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 7f8e251..398e460 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -68,6 +68,8 @@ private slots: void handleTitleUpdated(const QString &title); private: + Q_DISABLE_COPY(MainWindow) + Ui::MainWindow *ui; QToolBar *navigationToolBar, *tabToolBar; WebViewTabBar *tabBar; -- cgit v1.2.1