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

@@ -14,6 +14,7 @@
#include "blackmisc/loghandler.h"
#include "blackmisc/logmessage.h"
#include "blackmisc/settingscache.h"
#include "blackmisc/simplecommandparser.h"
#include <QFile>
#include <QFlags>
@@ -201,5 +202,10 @@ namespace BlackCore
if (fileName.isEmpty()) return false;
return QFile::exists(fileName);
}
QString CContextApplication::dotCommandsHtmlHelp() const
{
return CSimpleCommandParser::commandsHtmlHelp();
}
} // ns
} // ns