From 39ea3871c1b3f594df846bc0b9a627c9880ecea4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 5 Oct 2018 15:46:01 +0200 Subject: use attributes only at declaration, not definition --- compat/base-path.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'compat/base-path.cpp') 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 -OTR_COMPAT_EXPORT -cc_noinline const QString& application_base_path() { static QString const& const_path = QCoreApplication::applicationDirPath(); -- cgit v1.2.3