summaryrefslogtreecommitdiffstats
path: root/plugins/declarative/declarativecategoryaxis.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/declarative/declarativecategoryaxis.h')
-rw-r--r--plugins/declarative/declarativecategoryaxis.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/declarative/declarativecategoryaxis.h b/plugins/declarative/declarativecategoryaxis.h
index f720c976..84aeb253 100644
--- a/plugins/declarative/declarativecategoryaxis.h
+++ b/plugins/declarative/declarativecategoryaxis.h
@@ -70,6 +70,9 @@ public Q_SLOTS:
Q_INVOKABLE void remove(const QString &label);
Q_INVOKABLE void replace(const QString& oldLabel, const QString& newLabel);
static void appendAxisChildren(QDeclarativeListProperty<QObject> *list, QObject *element);
+
+private:
+ static bool endValueLessThan(const QPair<QString, qreal> &value1, const QPair<QString, qreal> &value2);
};
QTCOMMERCIALCHART_END_NAMESPACE