diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-28 08:39:20 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-28 08:39:20 +0100 |
commit | 6f0c7d1474d2497a8ffae426dac265ed921b9775 (patch) | |
tree | 0ebf1bcb91e2a0e8a6ad76fbc6a0cd6adf13ff38 | |
parent | 8c9879ac1e267b4afaeeb5edb03e638da9191be6 (diff) |
options/bundle: remove pointless virtual inheritance
-rw-r--r-- | options/bundle.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/bundle.hpp b/options/bundle.hpp index 5bbe6f60..3d952928 100644 --- a/options/bundle.hpp +++ b/options/bundle.hpp @@ -34,7 +34,7 @@ namespace detail { struct bundler; -class OPENTRACK_OPTIONS_EXPORT bundle final : public QObject, public virtual connector +class OPENTRACK_OPTIONS_EXPORT bundle final : public QObject, public connector { class OPENTRACK_OPTIONS_EXPORT mutex final : public QMutex { |