aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-05-06 12:02:19 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-05-06 12:02:19 +0200
commit2105800b94edcae55c6e226d8dc3ec6e1c204ab2 (patch)
treedb4e73cab40502618389c8957ceab3d6011c69ae /src/mainwindow/mainwindow.h
parentQTBUG-18665 workaround (diff)
downloadsmolbote-2105800b94edcae55c6e226d8dc3ec6e1c204ab2.tar.xz
Tabifying dock widgets
Diffstat (limited to 'src/mainwindow/mainwindow.h')
-rw-r--r--src/mainwindow/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow/mainwindow.h b/src/mainwindow/mainwindow.h
index 2532189..8f511a3 100644
--- a/src/mainwindow/mainwindow.h
+++ b/src/mainwindow/mainwindow.h
@@ -40,6 +40,7 @@ public:
void addAction(ActionLocation where, QAction *action);
void addDockWidget(Qt::DockWidgetArea area, QWidget *widget);
+ void removeDockWidget(QWidget *widget);
Window *currentSubWindow() const;