refs #935, showHelp function, so other widgets can invoke help

This commit is contained in:
Klaus Basan
2017-04-16 12:09:36 +02:00
committed by Mathew Sutcliffe
parent 7907dff967
commit 07db0732ed
2 changed files with 14 additions and 7 deletions

View File

@@ -133,6 +133,9 @@ namespace BlackGui
//! Help operations
void addMenuHelp(QMenu &menu);
//! Show help page (online help)
void showHelp();
//! Style sheet handling
const CStyleSheetUtility &getStyleSheetUtility() const;