summaryrefslogtreecommitdiffstats
path: root/src/chartpresenter_p.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@digia.com>2012-04-06 18:01:31 +0300
committerMichal Klocek <michal.klocek@digia.com>2012-04-10 11:27:40 +0300
commitd79a954416afd3f7e5227642bc6b37956a0872d5 (patch)
treec22bd4f534841bf64739a63fc44645cc0888cf0b /src/chartpresenter_p.h
parentb4a64675baffb86c37632a0c070fa4fcac401630 (diff)
Refactor to use qseries private for implmentation interface
* adds missing headers private stacked, percent bar series * refactors dataset switch case -> scaleDomain * refactors presenter switch case -> createGraphics
Diffstat (limited to 'src/chartpresenter_p.h')
-rw-r--r--src/chartpresenter_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chartpresenter_p.h b/src/chartpresenter_p.h
index 187a5240..e0f60a46 100644
--- a/src/chartpresenter_p.h
+++ b/src/chartpresenter_p.h
@@ -107,7 +107,6 @@ private:
QRectF m_rect;
QRectF m_chartRect;
QChart::AnimationOptions m_options;
- bool m_themeForce;
qreal m_minLeftMargin;
qreal m_minBottomMargin;
public: //TODO: fixme