From a9938fd7feb74216f123a30471dc7b63ac4ce3c0 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Sun, 7 May 2017 21:58:18 +0200 Subject: [PATCH] Formatting --- src/blackgui/components/aircraftcombinedtypeselector.ui | 4 ++-- src/blackgui/models/modelfilter.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/blackgui/components/aircraftcombinedtypeselector.ui b/src/blackgui/components/aircraftcombinedtypeselector.ui index 6102afb5d..5c5ede7f6 100644 --- a/src/blackgui/components/aircraftcombinedtypeselector.ui +++ b/src/blackgui/components/aircraftcombinedtypeselector.ui @@ -7,7 +7,7 @@ 0 0 341 - 22 + 24 @@ -19,7 +19,7 @@ QFrame::Raised - + 4 diff --git a/src/blackgui/models/modelfilter.h b/src/blackgui/models/modelfilter.h index 8f1e5631d..ce6a3f415 100644 --- a/src/blackgui/models/modelfilter.h +++ b/src/blackgui/models/modelfilter.h @@ -66,10 +66,10 @@ namespace BlackGui //! Remove the * wildcards QString stripWildcard(const QString &value) const; - bool m_valid = false; //!< is filter valid + bool m_valid = false; //!< is filter valid? private: - bool m_enabled = true; + bool m_enabled = true; //!< is filter enabled? }; //! Model filter interface for those who can generate such a filter (e.g. a widget or dialog)