mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #618, own component for GUI own model handling
* moved to own component * ajdjusted last selections * some renaming such as getView() -> view()
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "blackgui/components/enablefordockwidgetinfoarea.h"
|
||||
#include "blackgui/components/dbmappingcomponentaware.h"
|
||||
#include "blackgui/menudelegate.h"
|
||||
#include "blackgui/menus/menudelegate.h"
|
||||
#include "blackmisc/verify.h"
|
||||
#include <QFrame>
|
||||
#include <QScopedPointer>
|
||||
@@ -60,7 +60,7 @@ namespace BlackGui
|
||||
int unstashModels(QStringList modelStrings);
|
||||
|
||||
//! The embedded view
|
||||
BlackGui::Views::CAircraftModelView *getView() const;
|
||||
BlackGui::Views::CAircraftModelView *view() const;
|
||||
|
||||
//! Has stashed models
|
||||
bool hasStashedModels() const;
|
||||
|
||||
Reference in New Issue
Block a user