summaryrefslogtreecommitdiffstats
path: root/examples/animation/sub-attaq/graphicsscene.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-05-28 12:46:03 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-05-28 12:46:54 (GMT)
commit49108bbc2bf79157f1be0f837db08f72408764cb (patch)
treefbeaf7983d8919ff1e84dbee04bc794c0cac8177 /examples/animation/sub-attaq/graphicsscene.h
parenteb54435ac5717c854d6c737bca19ae23c00da045 (diff)
downloadQt-49108bbc2bf79157f1be0f837db08f72408764cb.zip
Qt-49108bbc2bf79157f1be0f837db08f72408764cb.tar.gz
Qt-49108bbc2bf79157f1be0f837db08f72408764cb.tar.bz2
small cleanup on the sub-attaq demo
removed declaration of properties that are already declared in Qt
Diffstat (limited to 'examples/animation/sub-attaq/graphicsscene.h')
-rw-r--r--examples/animation/sub-attaq/graphicsscene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/animation/sub-attaq/graphicsscene.h b/examples/animation/sub-attaq/graphicsscene.h
index 8b0ea96..1e6618a 100644
--- a/examples/animation/sub-attaq/graphicsscene.h
+++ b/examples/animation/sub-attaq/graphicsscene.h
@@ -90,7 +90,7 @@ public:
void clearScene();
QGraphicsPixmapItem *addWelcomeItem(const QPixmap &pm);
-Q_SIGNALS:
+signals:
void subMarineDestroyed(int);
void allSubMarineDestroyed(int);