diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-18 17:01:20 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-18 17:05:12 +0200 |
commit | 132a1925340bcd75a88f831a3487044736dccb4a (patch) | |
tree | d741f42c413631a6923b7b674b784d3648ff5f94 /options/value.hpp | |
parent | ac3878aaada9886de097aee7b0041468590f50d1 (diff) |
options: add base_value signal const
Diffstat (limited to 'options/value.hpp')
-rw-r--r-- | options/value.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/value.hpp b/options/value.hpp index 4d8d69f8..d09924c5 100644 --- a/options/value.hpp +++ b/options/value.hpp @@ -8,7 +8,7 @@ #include <QList> #define OPENTRACK_DEFINE_SLOT(t) void setValue(t datum) { store(datum); } -#define OPENTRACK_DEFINE_SIGNAL(t) void valueChanged(t) +#define OPENTRACK_DEFINE_SIGNAL(t) void valueChanged(t) const namespace options { namespace detail { |