From f04322cf1e533760911c63854aa5aea01db23473 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Wed, 18 Apr 2018 16:36:02 +0200 Subject: Automated housekeeping (clang-format CHANGELOG and localization) --- tests/auto/ui/tst_ui.cpp | 8 +++++--- tests/auto/util/tst_util.cpp | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/auto/ui/tst_ui.cpp b/tests/auto/ui/tst_ui.cpp index 1bbd4f33..065a2143 100644 --- a/tests/auto/ui/tst_ui.cpp +++ b/tests/auto/ui/tst_ui.cpp @@ -14,11 +14,13 @@ private Q_SLOTS: }; /** - * @brief tst_ui::contentRemainsSame test that content set with PasswordDialog::setPassword - * is repeated when calling PasswordDialog::getPassword. + * @brief tst_ui::contentRemainsSame test that content set with + * PasswordDialog::setPassword is repeated when calling + * PasswordDialog::getPassword. */ void tst_ui::contentRemainsSame() { - QScopedPointer d(new PasswordDialog(PasswordConfiguration{}, NULL)); + QScopedPointer d( + new PasswordDialog(PasswordConfiguration{}, NULL)); d->setTemplate("", false); QString input = "pw\n"; d->setPass(input); diff --git a/tests/auto/util/tst_util.cpp b/tests/auto/util/tst_util.cpp index 2a628dc9..cce06664 100644 --- a/tests/auto/util/tst_util.cpp +++ b/tests/auto/util/tst_util.cpp @@ -1,8 +1,8 @@ -#include "../../../src/util.h" #include "../../../src/filecontent.h" +#include "../../../src/util.h" #include -#include #include +#include /** * @brief The tst_util class is our first unit test -- cgit v1.2.3