From 8bed00ab34e31f2b9c70026d418d923913325798 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 22 Feb 2021 17:38:09 +0200 Subject: Run clang-format on all cpp/h files NO_CHANGELOG --- autotests/helper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'autotests/helper.h') diff --git a/autotests/helper.h b/autotests/helper.h index 20aed445..513916a6 100644 --- a/autotests/helper.h +++ b/autotests/helper.h @@ -15,13 +15,14 @@ class DefaultLocale { public: DefaultLocale() - : m_defaultLocale() + : m_defaultLocale() { } ~DefaultLocale() { QLocale::setDefault(m_defaultLocale); } + private: QLocale m_defaultLocale; }; -- cgit v1.2.1