mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Special names for CMD args so it can be debugged if something goes wrong
This commit is contained in:
@@ -561,7 +561,7 @@ namespace BlackCore
|
|||||||
QCommandLineParser m_parser; //!< cmd parser
|
QCommandLineParser m_parser; //!< cmd parser
|
||||||
QCommandLineOption m_cmdHelp {"help"}; //!< help option
|
QCommandLineOption m_cmdHelp {"help"}; //!< help option
|
||||||
QCommandLineOption m_cmdVersion {"version"}; //!< version option
|
QCommandLineOption m_cmdVersion {"version"}; //!< version option
|
||||||
QCommandLineOption m_cmdDBusAddress {"empty"}; //!< DBus address
|
QCommandLineOption m_cmdDBusAddress {"emptyDBus"}; //!< DBus address
|
||||||
QCommandLineOption m_cmdDevelopment {"dev"}; //!< Development flag
|
QCommandLineOption m_cmdDevelopment {"dev"}; //!< Development flag
|
||||||
QCommandLineOption m_cmdSharedDir {"shared"}; //!< Shared directory
|
QCommandLineOption m_cmdSharedDir {"shared"}; //!< Shared directory
|
||||||
QCommandLineOption m_cmdClearCache {"clearcache"}; //!< Clear cache
|
QCommandLineOption m_cmdClearCache {"clearcache"}; //!< Clear cache
|
||||||
|
|||||||
@@ -281,10 +281,10 @@ namespace BlackGui
|
|||||||
int m_fontPointSize; //!< current font size
|
int m_fontPointSize; //!< current font size
|
||||||
int m_minWidthChars = -1; //!< min. width characters (based on current font metrics)
|
int m_minWidthChars = -1; //!< min. width characters (based on current font metrics)
|
||||||
int m_minHeightChars = -1; //!< min. height characters (based on current font metrics)
|
int m_minHeightChars = -1; //!< min. height characters (based on current font metrics)
|
||||||
QCommandLineOption m_cmdWindowStateMinimized { "empty" }; //!< window state (minimized)
|
QCommandLineOption m_cmdWindowStateMinimized { "emptyMinimized" }; //!< window state (minimized)
|
||||||
QCommandLineOption m_cmdWindowMode { "empty" }; //!< window mode (flags: frameless ...)
|
QCommandLineOption m_cmdWindowMode { "emptyWindowMode" }; //!< window mode (flags: frameless ...)
|
||||||
QCommandLineOption m_cmdWindowSizeReset { "empty" }; //!< window size reset
|
QCommandLineOption m_cmdWindowSizeReset { "emptySizeReset" }; //!< window size reset
|
||||||
QCommandLineOption m_cmdWindowScaleSize { "empty" }; //!< window scale size
|
QCommandLineOption m_cmdWindowScaleSize { "emptyScale" }; //!< window scale size
|
||||||
CStyleSheetUtility m_styleSheetUtility {{}, this}; //!< style sheet utility
|
CStyleSheetUtility m_styleSheetUtility {{}, this}; //!< style sheet utility
|
||||||
bool m_uiSetupCompleted = false; //!< ui setup completed
|
bool m_uiSetupCompleted = false; //!< ui setup completed
|
||||||
bool m_saveMainWidgetState = true; //!< save/restore main widget's state
|
bool m_saveMainWidgetState = true; //!< save/restore main widget's state
|
||||||
|
|||||||
Reference in New Issue
Block a user