mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 20:25:34 +08:00
Models guard names and style
This commit is contained in:
committed by
Mat Sutcliffe
parent
f78d13047e
commit
74be37339e
@@ -9,17 +9,12 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_LISTMODELBASE_H
|
||||
#define BLACKGUI_LISTMODELBASE_H
|
||||
#ifndef BLACKGUI_MODELS_LISTMODELBASE_H
|
||||
#define BLACKGUI_MODELS_LISTMODELBASE_H
|
||||
|
||||
#include "blackgui/models/listmodelbasenontemplate.h"
|
||||
//#include "blackgui/models/columns.h"
|
||||
#include "blackgui/models/modelfilter.h"
|
||||
#include "blackgui/models/selectionmodel.h"
|
||||
//#include "blackgui/dropbase.h"
|
||||
//#include "blackgui/blackguiexport.h"
|
||||
//#include "blackmisc/digestsignal.h"
|
||||
//#include "blackmisc/variant.h"
|
||||
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonObject>
|
||||
|
||||
Reference in New Issue
Block a user