From c1ad1be5924eb28bf6c32b049098fe24bbbb9e4e Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 19 Dec 2017 10:14:22 +0100 Subject: Bug fixes Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar) --- smolbote.qbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smolbote.qbs') diff --git a/smolbote.qbs b/smolbote.qbs index d74dffe..c3af913 100644 --- a/smolbote.qbs +++ b/smolbote.qbs @@ -109,8 +109,8 @@ Project { "src/widgets/loadingbar.h", "src/widgets/mainwindowmenubar.cpp", "src/widgets/mainwindowmenubar.h", - "src/widgets/webviewtabbar.cpp", - "src/widgets/webviewtabbar.h", + "src/widgets/mainwindowtabbar.cpp", + "src/widgets/mainwindowtabbar.h", ] } -- cgit v1.2.1