diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-22 07:28:29 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-22 07:28:29 +0200 |
commit | 442fd797087834cb691cf18f4a808eee6d740353 (patch) | |
tree | 108f354f498c3f7272095d58dc5b03d861ef83f0 /options/bundle.hpp | |
parent | 0ebf074be440dc5ba30802fdccfc786c6d4acbd7 (diff) |
misc irrelevant
Diffstat (limited to 'options/bundle.hpp')
-rw-r--r-- | options/bundle.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/options/bundle.hpp b/options/bundle.hpp index 00f2aed6..b6189ba6 100644 --- a/options/bundle.hpp +++ b/options/bundle.hpp @@ -64,12 +64,12 @@ signals: void saving() const; void changed() const; public: - OTR_NEVER_INLINE bundle(const QString& group_name); - OTR_NEVER_INLINE ~bundle() override; + never_inline bundle(const QString& group_name); + never_inline ~bundle() override; QString name() const { return group_name; } - OTR_NEVER_INLINE void store_kv(const QString& name, const QVariant& datum); - OTR_NEVER_INLINE bool contains(const QString& name) const; - OTR_NEVER_INLINE bool is_modified() const; + never_inline void store_kv(const QString& name, const QVariant& datum); + never_inline bool contains(const QString& name) const; + never_inline bool is_modified() const; template<typename t> t get(const QString& name) const |