diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-10-06 18:39:11 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-10-06 18:39:11 +0300 |
commit | 3fdfc9b69f6f6f1e0726830cd03c03b87db25a7e (patch) | |
tree | 48f8a3b21e5f4aee76d810980c99a99011950dc1 /CMakeLists.txt | |
parent | Adjust the height of the bottom widgets (diff) | |
download | nheko-3fdfc9b69f6f6f1e0726830cd03c03b87db25a7e.tar.xz |
Remove Scrollbar
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 701e8610..8dd99719 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -200,7 +200,6 @@ set(SRC_FILES src/ui/FloatingButton.cpp src/ui/Label.cpp src/ui/OverlayModal.cpp - src/ui/ScrollBar.cpp src/ui/SnackBar.cpp src/ui/RaisedButton.cpp src/ui/Ripple.cpp @@ -328,7 +327,6 @@ qt5_wrap_cpp(MOC_HEADERS src/ui/FloatingButton.h src/ui/Menu.h src/ui/OverlayWidget.h - src/ui/ScrollBar.h src/ui/SnackBar.h src/ui/RaisedButton.h src/ui/Ripple.h |