diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-31 12:30:51 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-31 12:30:51 +0100 |
commit | d1635b36d00b7239cbebcf9f78e9c8615ac1d7d5 (patch) | |
tree | 31525586e8e1fa89093b10b0d88924a27e1c2241 /src/widgets | |
parent | Always connect to local socket (diff) | |
download | smolbote-d1635b36d00b7239cbebcf9f78e9c8615ac1d7d5.tar.xz |
Fixed bug where refresh button and loading bar would get stuck in loading state
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/mainwindowtabbar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/mainwindowtabbar.cpp b/src/widgets/mainwindowtabbar.cpp index 213b2c2..007a2d1 100644 --- a/src/widgets/mainwindowtabbar.cpp +++ b/src/widgets/mainwindowtabbar.cpp @@ -11,6 +11,7 @@ #include "src/mainwindow/mainwindow.h" #include <QContextMenuEvent> #include <QShortcut> +#include <QMenu> MainWindowTabBar::MainWindowTabBar(const std::shared_ptr<Configuration> &config, MainWindow *parent) : QTabBar(parent) |