aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickicon_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquickicon_p.h')
-rw-r--r--src/quicktemplates2/qquickicon_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/quicktemplates2/qquickicon_p.h b/src/quicktemplates2/qquickicon_p.h
index 8dae6d25..d4790579 100644
--- a/src/quicktemplates2/qquickicon_p.h
+++ b/src/quicktemplates2/qquickicon_p.h
@@ -85,11 +85,11 @@ public:
void resetColor();
Q_SIGNALS:
- void nameChanged();
- void sourceChanged();
- void widthChanged();
- void heightChanged();
- void colorChanged();
+ void nameChanged(const QString &name);
+ void sourceChanged(const QString &source);
+ void widthChanged(int width);
+ void heightChanged(int height);
+ void colorChanged(const QColor &color);
private:
Q_DISABLE_COPY(QQuickIcon)