summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/diagramscene/diagramtextitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/diagramscene/diagramtextitem.h')
-rw-r--r--examples/graphicsview/diagramscene/diagramtextitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphicsview/diagramscene/diagramtextitem.h b/examples/graphicsview/diagramscene/diagramtextitem.h
index 5505886e5e..611e9b6700 100644
--- a/examples/graphicsview/diagramscene/diagramtextitem.h
+++ b/examples/graphicsview/diagramscene/diagramtextitem.h
@@ -59,7 +59,7 @@ class DiagramTextItem : public QGraphicsTextItem
public:
enum { Type = UserType + 3 };
- DiagramTextItem(QGraphicsItem *parent = 0, QGraphicsScene *scene = 0);
+ DiagramTextItem(QGraphicsItem *parent = 0);
int type() const
{ return Type; }