summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/dynamicscene-cpp/boxentity.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/dynamicscene-cpp/boxentity.h')
-rw-r--r--examples/qt3d/dynamicscene-cpp/boxentity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/dynamicscene-cpp/boxentity.h b/examples/qt3d/dynamicscene-cpp/boxentity.h
index cd12bad36..ca8cdb1b6 100644
--- a/examples/qt3d/dynamicscene-cpp/boxentity.h
+++ b/examples/qt3d/dynamicscene-cpp/boxentity.h
@@ -63,7 +63,7 @@ public Q_SLOTS:
void setRadius(float arg);
Q_SIGNALS:
- void diffuseColorChanged();
+ void diffuseColorChanged(const QColor &);
void angleChanged();
void radiusChanged();