summaryrefslogtreecommitdiffhomepage
path: root/compat/base-path.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-10-05 15:46:01 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-10-05 14:32:40 +0000
commit39ea3871c1b3f594df846bc0b9a627c9880ecea4 (patch)
treeb22c45755dad8486718eeffba90a36771e83af8f /compat/base-path.cpp
parentf92e6b78505ee4bcb148cd07cdae984279b8f6ca (diff)
use attributes only at declaration, not definition
Diffstat (limited to 'compat/base-path.cpp')
-rw-r--r--compat/base-path.cpp2
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();