mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
swift data UI style
This commit is contained in:
committed by
Mat Sutcliffe
parent
e84de3e476
commit
66c2059538
@@ -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"
|
||||
|
||||
@@ -44,7 +44,7 @@ public:
|
||||
CSwiftData(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CSwiftData();
|
||||
virtual ~CSwiftData() override;
|
||||
|
||||
protected:
|
||||
//! \name QMainWindow events
|
||||
|
||||
Reference in New Issue
Block a user