summaryrefslogtreecommitdiffstats
path: root/plugins/declarative/declarativecategoryaxis.h
diff options
context:
space:
mode:
authorJani Honkonen <jani.honkonen@digia.com>2012-09-25 13:35:36 +0300
committerJani Honkonen <jani.honkonen@digia.com>2012-09-25 13:35:36 +0300
commit3e6adf48dbd55437bbb030f4b347d386bb28323f (patch)
treece4e4ea31cce563a51b73204a3b0259f73fcf4cf /plugins/declarative/declarativecategoryaxis.h
parent3436b40b9adbe0e561aa437bce6c9a5949ee0e7a (diff)
coding style fixes for plugins
Diffstat (limited to 'plugins/declarative/declarativecategoryaxis.h')
-rw-r--r--plugins/declarative/declarativecategoryaxis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/declarative/declarativecategoryaxis.h b/plugins/declarative/declarativecategoryaxis.h
index 84aeb253..d06fc0b9 100644
--- a/plugins/declarative/declarativecategoryaxis.h
+++ b/plugins/declarative/declarativecategoryaxis.h
@@ -68,7 +68,7 @@ public: // from QDeclarativeParserStatus
public Q_SLOTS:
Q_INVOKABLE void append(const QString &label, qreal categoryEndValue);
Q_INVOKABLE void remove(const QString &label);
- Q_INVOKABLE void replace(const QString& oldLabel, const QString& newLabel);
+ Q_INVOKABLE void replace(const QString &oldLabel, const QString &newLabel);
static void appendAxisChildren(QDeclarativeListProperty<QObject> *list, QObject *element);
private: