diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-09 21:01:12 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-09 21:01:12 +0100 | 
| commit | 4eb2f2c1b122ec6cf4e98f97c93cdd56ea057947 (patch) | |
| tree | 6a54c5404b82fd2426107961f0a2ac4f891d91d3 /options | |
| parent | 76caa11cee2887b70ee6df385a8040c3d0016cd7 (diff) | |
options/base-value: remove stale comment
Diffstat (limited to 'options')
| -rw-r--r-- | options/base-value.hpp | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/options/base-value.hpp b/options/base-value.hpp index 240cc6b7..722107a4 100644 --- a/options/base-value.hpp +++ b/options/base-value.hpp @@ -9,14 +9,14 @@  #include "compat/macros.hpp"  #include "value-traits.hpp" +#include <utility> +  #include <QObject>  #include <QString>  #include <QList>  #include <QPointF>  #include <QVariant> -#include <utility> -  #define OTR_OPTIONS_SLOT(t) void setValue(t datum) noexcept { store_(datum); }  #define OTR_OPTIONS_SIGNAL(t) void valueChanged(t) const @@ -34,7 +34,6 @@ public:      value_(bundle const& b, const QString& name) noexcept;      ~value_() override; -    // no C++17 "constexpr inline" for data declarations in MSVC      template<typename t>      static constexpr auto value_changed()      { | 
