Ref T447, toggleStayOnTop for CGuiApplication

This commit is contained in:
Klaus Basan
2018-12-10 03:40:10 +01:00
parent 9f408e8319
commit 6ebb2ee502
4 changed files with 20 additions and 20 deletions

View File

@@ -210,6 +210,9 @@ namespace BlackGui
//! \copydoc BlackCore::CApplication::gracefulShutdown
virtual void gracefulShutdown() override;
//! Toggle stay on top
bool toggleStayOnTop();
//! Save the main widget state?
void setSaveMainWidgetState(bool save) { m_saveMainWidgetState = save; }