diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-09-08 10:27:30 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-09-08 16:33:03 +0300 |
commit | af1eff03c9e839914aab4109970c4a9f6fac8a99 (patch) | |
tree | ae11034560b0e1c270614077ffd8f0f7485c7381 /src/tabbar | |
parent | Add RekonqWindow tests (diff) | |
download | rekonq-af1eff03c9e839914aab4109970c4a9f6fac8a99.tar.xz |
RekonqSettings: add resetValue and remove value's defaultValue parameter
- generate default rekonqrc and include it in libsettings
- Settings uses :/settings/rekonqrc to provide default values
- Add Settings::path() to get the default settings location
Diffstat (limited to 'src/tabbar')
-rw-r--r-- | src/tabbar/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tabbar/CMakeLists.txt b/src/tabbar/CMakeLists.txt deleted file mode 100644 index 9333ef0a..00000000 --- a/src/tabbar/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -add_library(tabbar STATIC tabbar.cpp tabbar.h) -target_link_libraries(tabbar PUBLIC Qt6::Widgets)
\ No newline at end of file |