diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-11 15:52:03 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-11 18:44:03 +0100 |
commit | aa3b01a556a60ce09123e93263642193da86982b (patch) | |
tree | 37c89d7e9350c2cb2d8fc48792966af790df0e29 /options/group.hpp | |
parent | 1f17378532c24e2442b9fff8ccb5ea0b0936a2c0 (diff) |
compat/macros: remove prefix
Let's not be concerned about global namespace pollution. These
identifiers aren't exposed in the api/ directory.
Diffstat (limited to 'options/group.hpp')
-rw-r--r-- | options/group.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/group.hpp b/options/group.hpp index 76bb939b..45e9353c 100644 --- a/options/group.hpp +++ b/options/group.hpp @@ -31,7 +31,7 @@ namespace options::detail { void put(const QString& s, const QVariant& d); bool contains(const QString& s) const; - cc_noinline QVariant get_variant(const QString& name) const; + never_inline QVariant get_variant(const QString& name) const; }; } // ns options::detail |