mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user