aboutsummaryrefslogtreecommitdiff
path: root/smolbote.qbs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-19 10:14:22 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-19 10:14:22 +0100
commitc1ad1be5924eb28bf6c32b049098fe24bbbb9e4e (patch)
tree7cc5ab0e600496279ab575a99a6a0b97c0d6f854 /smolbote.qbs
parentSome bugfixes (diff)
downloadsmolbote-c1ad1be5924eb28bf6c32b049098fe24bbbb9e4e.tar.xz
Bug fixes
Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar)
Diffstat (limited to 'smolbote.qbs')
-rw-r--r--smolbote.qbs4
1 files changed, 2 insertions, 2 deletions
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",
]
}