diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-09-08 17:40:11 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-09-08 17:56:44 +0300 |
commit | 749ee367a41a484bc80acf47cc4cca1af2a6c544 (patch) | |
tree | 0b6cfb3e84c31a6060a59b974406c5fb9c6adfa1 /src/settings | |
parent | RekonqSettings: add resetValue and remove value's defaultValue parameter (diff) | |
download | rekonq-749ee367a41a484bc80acf47cc4cca1af2a6c544.tar.xz |
RekonqWindow: apply shortcuts
Diffstat (limited to 'src/settings')
-rw-r--r-- | src/settings/test/test_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/test/test_settings.cpp b/src/settings/test/test_settings.cpp index a797a224..6f69ed35 100644 --- a/src/settings/test/test_settings.cpp +++ b/src/settings/test/test_settings.cpp @@ -99,7 +99,7 @@ TEST(settings, Settings) TEST(settings, SettingsDialog_mock) { - constexpr unsigned n_settings = 36; // there are 36 settings in total + constexpr unsigned n_settings = 39; // total number of settings MockSettings mockSettings; // There are 4 groups in total, but General should not be calling beginGroup/endGroup // beginGroup/endGroup are called twice: during the ctor and when accepted |