mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
refs #894, dot commands help can be obtained via application context
This commit is contained in:
committed by
Mathew Sutcliffe
parent
5af5ada4d2
commit
b287d8d9d7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user