From 442ba9f09a8ee18609361f3971b5da7f40eb5c35 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 10 Oct 2017 19:25:44 +0200 Subject: Split off DownloadsWidget into library Fixed bug with BookmarksWidget crashing the program on exit --- src/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 5537900..5994f44 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -46,7 +46,7 @@ public: MainWindow(QWidget *parent = nullptr); ~MainWindow(); - void addTabbedDock(Qt::DockWidgetArea area, QDockWidget *widget); + void addTabbedDock(Qt::DockWidgetArea area, QWidget *widget); public slots: void about(); -- cgit v1.2.1