From 66c20595385c6606c66ba0a347270bf8ebf9035c Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Wed, 9 Jan 2019 00:02:38 +0100 Subject: [PATCH] swift data UI style --- src/swiftdata/swiftdata.cpp | 2 +- src/swiftdata/swiftdata.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/swiftdata/swiftdata.cpp b/src/swiftdata/swiftdata.cpp index 077dcaf23..1f77e2788 100644 --- a/src/swiftdata/swiftdata.cpp +++ b/src/swiftdata/swiftdata.cpp @@ -8,13 +8,13 @@ */ #include "swiftdata.h" -#include "blackcore/data/globalsetup.h" #include "blackgui/components/datamaininfoareacomponent.h" #include "blackgui/components/dbmappingcomponent.h" #include "blackgui/components/logcomponent.h" #include "blackgui/components/datasettingscomponent.h" #include "blackgui/guiapplication.h" #include "blackgui/stylesheetutility.h" +#include "blackcore/data/globalsetup.h" #include "blackmisc/loghandler.h" #include "blackmisc/statusmessage.h" #include "blackmisc/logmessage.h" diff --git a/src/swiftdata/swiftdata.h b/src/swiftdata/swiftdata.h index 8de571d06..90af9ee80 100644 --- a/src/swiftdata/swiftdata.h +++ b/src/swiftdata/swiftdata.h @@ -44,7 +44,7 @@ public: CSwiftData(QWidget *parent = nullptr); //! Destructor - virtual ~CSwiftData(); + virtual ~CSwiftData() override; protected: //! \name QMainWindow events