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

@@ -190,6 +190,13 @@ namespace BlackCore
logEmptyContextWarning(Q_FUNC_INFO);
return false;
}
//! \copydoc IContextApplication::dotCommandsHtmlHelp
virtual QString dotCommandsHtmlHelp() const override
{
logEmptyContextWarning(Q_FUNC_INFO);
return QString();
}
};
} // namespace
} // namespace