summaryrefslogtreecommitdiffstats
path: root/src/widget/wsingletoncontainer.h
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2019-11-11 08:21:33 +0100
committerUwe Klotz <uklotz@mixxx.org>2019-11-11 08:21:33 +0100
commitc13d52d0ad9ddf51409cf46d81da352b83dbf6dc (patch)
tree5951f52fd62f8b72958d3e5a0e13cf7ca30512c4 /src/widget/wsingletoncontainer.h
parent56322670062523e5c3be113c53a855aef6fa7d11 (diff)
Delete redundant virtual keywords
Diffstat (limited to 'src/widget/wsingletoncontainer.h')
-rw-r--r--src/widget/wsingletoncontainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/wsingletoncontainer.h b/src/widget/wsingletoncontainer.h
index 6a6f273dda..87812d4f94 100644
--- a/src/widget/wsingletoncontainer.h
+++ b/src/widget/wsingletoncontainer.h
@@ -58,7 +58,7 @@ class WSingletonContainer : public WWidgetGroup {
// widget to the container.
explicit WSingletonContainer(QWidget* pParent=nullptr);
- virtual void setup(const QDomNode& node, const SkinContext& context) override;
+ void setup(const QDomNode& node, const SkinContext& context) override;
public slots:
void showEvent(QShowEvent* event) override;