diff options
Diffstat (limited to 'compat/base-path.cpp')
-rw-r--r-- | compat/base-path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/base-path.cpp b/compat/base-path.cpp index 3285bac8..f207eca0 100644 --- a/compat/base-path.cpp +++ b/compat/base-path.cpp @@ -2,7 +2,7 @@ #include <QCoreApplication> OTR_COMPAT_EXPORT -never_inline +cc_noinline const QString& application_base_path() { static QString const& const_path = QCoreApplication::applicationDirPath(); |