summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/theme/q3dtheme.h
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2014-03-17 08:12:43 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2014-03-17 08:16:59 +0200
commitdd9f4f1363da85528a62c12616359416e8a1f6c0 (patch)
treed192bb80962b28795d2c5afaa05b73fc1be25420 /src/datavisualization/theme/q3dtheme.h
parent839e357c1433e74a5bf65a892134a08d7e8f71bc (diff)
parent389a29326efc298fd75899a45a0dc768b27152d5 (diff)
Merge branch 'develop'
Diffstat (limited to 'src/datavisualization/theme/q3dtheme.h')
-rw-r--r--src/datavisualization/theme/q3dtheme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datavisualization/theme/q3dtheme.h b/src/datavisualization/theme/q3dtheme.h
index 43278c79..3a82afea 100644
--- a/src/datavisualization/theme/q3dtheme.h
+++ b/src/datavisualization/theme/q3dtheme.h
@@ -148,7 +148,7 @@ public:
ColorStyle colorStyle() const;
signals:
- void typeChanged(Theme themeType);
+ void typeChanged(Q3DTheme::Theme themeType);
void baseColorsChanged(const QList<QColor> &colors);
void backgroundColorChanged(const QColor &color);
void windowColorChanged(const QColor &color);
@@ -169,7 +169,7 @@ signals:
void backgroundEnabledChanged(bool enabled);
void gridEnabledChanged(bool enabled);
void labelBackgroundEnabledChanged(bool enabled);
- void colorStyleChanged(ColorStyle style);
+ void colorStyleChanged(Q3DTheme::ColorStyle style);
protected:
explicit Q3DTheme(Q3DThemePrivate *d, Theme themeType, QObject *parent = 0);