aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util/qsgninepatchnode.h
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2018-10-12 13:15:54 +0200
committerJesus Fernandez <Jesus.Fernandez@qt.io>2018-10-17 13:07:03 +0000
commiteef179c9eb2c2d24e67c27742618555267e45e89 (patch)
tree9b6147b4cad1453b302eb755dcc14d8b448e2445 /src/quick/scenegraph/util/qsgninepatchnode.h
parent53481058c521ccfaed3c121afce5f80b8aeaa9b3 (diff)
Fix -Wweak-vtables warning
Change-Id: Id9f5dfe965dbd2ba42ecb981c9c2a7b3bf4380b6 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/quick/scenegraph/util/qsgninepatchnode.h')
-rw-r--r--src/quick/scenegraph/util/qsgninepatchnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/util/qsgninepatchnode.h b/src/quick/scenegraph/util/qsgninepatchnode.h
index e76afd3c4a..b690a50e9d 100644
--- a/src/quick/scenegraph/util/qsgninepatchnode.h
+++ b/src/quick/scenegraph/util/qsgninepatchnode.h
@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE
class Q_QUICK_EXPORT QSGNinePatchNode : public QSGGeometryNode
{
public:
- ~QSGNinePatchNode() override { }
+ ~QSGNinePatchNode() override = default;
virtual void setTexture(QSGTexture *texture) = 0;
virtual void setBounds(const QRectF &bounds) = 0;