mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
refs #883, class for storing the launcher state
* removed DBus setting (causing crash as it was shared among launcher/pilot client, so using cache) * also remember UI values
This commit is contained in:
committed by
Mathew Sutcliffe
parent
92100c85f7
commit
d918ee4cfd
@@ -138,6 +138,7 @@ namespace BlackMisc
|
||||
GlobalIndexCGlobalSetup = 12000,
|
||||
GlobalIndexCUpdateInfo = 12100,
|
||||
GlobalIndexCVatsimSetup = 12200,
|
||||
GlobalIndexCLauncherSetup = 12300,
|
||||
GlobalIndexCGuiStateDbOwnModelsComponent = 14000,
|
||||
GlobalIndexCGuiStateDbOwnModelSetComponent = 14100,
|
||||
GlobalIndexCDockWidgetSettings = 14200,
|
||||
@@ -149,6 +150,9 @@ namespace BlackMisc
|
||||
GlobalIndexCAtcStationsSettings = 14800,
|
||||
GlobalIndexCInterpolatioRenderingSetup = 16000,
|
||||
GlobalIndexCInterpolationHints = 16100,
|
||||
GlobalIndexSwiftPilotClient = 17000,
|
||||
GlobalIndexSwiftCore = 17100,
|
||||
GlobalIndexSwiftLauncher = 17200,
|
||||
GlobalIndexLineNumber = 20000, //!< pseudo index for line numbers
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user