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