diff --git a/src/blackcore/context/contextapplicationempty.h b/src/blackcore/context/contextapplicationempty.h index f3c91030a..c6d79ac38 100644 --- a/src/blackcore/context/contextapplicationempty.h +++ b/src/blackcore/context/contextapplicationempty.h @@ -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); diff --git a/src/blackmisc/simulation/xplane/qtfreeutils.h b/src/blackmisc/simulation/xplane/qtfreeutils.h index 90b3dd950..1d1f32e23 100644 --- a/src/blackmisc/simulation/xplane/qtfreeutils.h +++ b/src/blackmisc/simulation/xplane/qtfreeutils.h @@ -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)