From 9b92507aaf907078398e1d85a301240b6bdc92bf Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 28 Dec 2018 03:29:17 +0100 Subject: options/value: don't mark noinline so much Let's trust the compiler a bit shall we? --- options/value.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'options/value.hpp') diff --git a/options/value.hpp b/options/value.hpp index 898f6b05..6714d50d 100644 --- a/options/value.hpp +++ b/options/value.hpp @@ -72,7 +72,6 @@ class value final : public value_ } public: - cc_noinline void notify() const override { if (!self_name.isEmpty()) @@ -89,19 +88,16 @@ public: static constexpr inline Qt::ConnectionType DIRECT_CONNTYPE = Qt::DirectConnection; static constexpr inline Qt::ConnectionType SAFE_CONNTYPE = Qt::QueuedConnection; - cc_noinline value(bundle b, const QString& name, t def) : value_(b, name), def(std::move(def)) { } - cc_noinline t default_value() const { return def; } - cc_noinline void set_to_default() override { *this = def; -- cgit v1.2.3