From d1635b36d00b7239cbebcf9f78e9c8615ac1d7d5 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 31 Jan 2018 12:30:51 +0100 Subject: Fixed bug where refresh button and loading bar would get stuck in loading state --- src/widgets/mainwindowtabbar.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets') 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 #include +#include MainWindowTabBar::MainWindowTabBar(const std::shared_ptr &config, MainWindow *parent) : QTabBar(parent) -- cgit v1.2.1