qt5base-lts/examples/widgets/graphicsview/elasticnodes
Friedemann Kleint 9b8fc8dd13 Examples: Fix Clang warning about hiding QGraphicsItem:::advance()
In file included from edge.cpp:52:
./node.h(76,10):  warning: 'Node::advance' hides overloaded virtual function [-Woverloaded-virtual]
    bool advance();

Change-Id: I9d437059362c367e452b1b4f16077d4e0abd18de
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
2018-05-02 09:35:49 +00:00
..
edge.cpp Be (somewhat more) consistent about the value of pi 2017-06-20 09:53:46 +00:00
edge.h Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
elasticnodes.pro clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
graphwidget.cpp Examples: Fix Clang warning about hiding QGraphicsItem:::advance() 2018-05-02 09:35:49 +00:00
graphwidget.h Convert features.wheelevent to QT_CONFIG 2017-06-28 16:15:09 +00:00
main.cpp Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
node.cpp Examples: Fix Clang warning about hiding QGraphicsItem:::advance() 2018-05-02 09:35:49 +00:00
node.h Examples: Fix Clang warning about hiding QGraphicsItem:::advance() 2018-05-02 09:35:49 +00:00