refs #894, dot commands help can be obtained via application context

This commit is contained in:
Klaus Basan
2017-03-03 04:58:18 +01:00
committed by Mathew Sutcliffe
parent 5af5ada4d2
commit b287d8d9d7
6 changed files with 24 additions and 0 deletions

View File

@@ -194,6 +194,10 @@ namespace BlackCore
//! Remote enabled version of file exists
virtual bool existsFile(const QString &fileName) const = 0;
//! The HTML help for dot commands
virtual QString dotCommandsHtmlHelp() const = 0;
protected:
//! Constructor
IContextApplication(CCoreFacadeConfig::ContextMode mode, CCoreFacade *runtime);