summaryrefslogtreecommitdiffhomepage
path: root/options
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-12-28 08:39:20 +0100
committerStanislaw Halik <sthalik@misaki.pl>2016-12-28 08:39:20 +0100
commit6f0c7d1474d2497a8ffae426dac265ed921b9775 (patch)
tree0ebf1bcb91e2a0e8a6ad76fbc6a0cd6adf13ff38 /options
parent8c9879ac1e267b4afaeeb5edb03e638da9191be6 (diff)
options/bundle: remove pointless virtual inheritance
Diffstat (limited to 'options')
-rw-r--r--options/bundle.hpp2
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
{