Doxygen comments

This commit is contained in:
Klaus Basan
2018-10-24 23:34:42 +02:00
parent b1942282f5
commit 9293989a78
2 changed files with 2 additions and 1 deletions

View File

@@ -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);

View File

@@ -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)