diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2016-01-15 22:34:43 +0100 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2016-01-15 22:34:43 +0100 |
commit | e3a4e5827ada7836468d785b12a57e0022b653e6 (patch) | |
tree | 7f77bec27bc6968855f90b1d01d2487406ce6ebd | |
parent | 532634bb299dfaa8ac0900fc247ec74e13e70888 (diff) |
BarChart: minor markup changed in header file.
-rw-r--r-- | barchart.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ #include "scale.h" -class BarChart : public QQuickItem +class BarChart + : public QQuickItem { Q_OBJECT public: |