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