mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-12 12:45:40 +08:00
Doxygen comments
This commit is contained in:
@@ -134,7 +134,7 @@ namespace BlackCore
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
}
|
||||
|
||||
//! \copydoc IContextApplication::callHotkeyAction
|
||||
//! \copydoc IContextApplication::callHotkeyActionRemotely
|
||||
virtual void callHotkeyActionRemotely(const QString &action, bool argument, const BlackMisc::CIdentifier &origin) override
|
||||
{
|
||||
Q_UNUSED(action);
|
||||
|
||||
@@ -120,6 +120,7 @@ namespace BlackMisc
|
||||
return getDirName(acfFile) + ' ' + getBaseName(acfFile);
|
||||
}
|
||||
|
||||
//! String to lower case
|
||||
std::string toLower(std::string s)
|
||||
{
|
||||
std::transform(s.begin(), s.end(), s.begin(), [](unsigned char c)
|
||||
|
||||
Reference in New Issue
Block a user