Ref T157, add context for help calls and call dispatcher

This commit is contained in:
Klaus Basan
2017-09-21 20:46:16 +02:00
committed by Mathew Sutcliffe
parent 0a4accc809
commit ad32d33aa1
6 changed files with 32 additions and 20 deletions

View File

@@ -143,7 +143,10 @@ namespace BlackGui
void addMenuHelp(QMenu &menu);
//! Show help page (online help)
void showHelp();
void showHelp(const QString &context = {}) const;
//! Show help page (online help), use QObject::objectName as 2nd level context
void showHelp(const QObject *qObject) const;
//! Style sheet handling
const CStyleSheetUtility &getStyleSheetUtility() const;