From 7491faad9001388b53c42e70fa55047d88c7c271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 20 Apr 2010 07:10:27 +0000 Subject: [PATCH] Fixed compiler warnings git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9051 383ad7c9-94d9-4d36-a494-682f7c89f535 --- widgets/glWidget/QtGraphicsButton.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/glWidget/QtGraphicsButton.hh b/widgets/glWidget/QtGraphicsButton.hh index 380502a9..776c5bd5 100644 --- a/widgets/glWidget/QtGraphicsButton.hh +++ b/widgets/glWidget/QtGraphicsButton.hh @@ -64,6 +64,7 @@ class QtGraphicsButton : public QObject, public QGraphicsItem { Q_OBJECT + Q_INTERFACES(QGraphicsItem) public: -- GitLab