summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/theme
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization/theme')
-rw-r--r--src/datavisualization/theme/q3dtheme.h2
-rw-r--r--src/datavisualization/theme/q3dtheme_p.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/datavisualization/theme/q3dtheme.h b/src/datavisualization/theme/q3dtheme.h
index 982c574d..cbecbc4f 100644
--- a/src/datavisualization/theme/q3dtheme.h
+++ b/src/datavisualization/theme/q3dtheme.h
@@ -147,7 +147,7 @@ public:
void setColorStyle(ColorStyle style);
ColorStyle colorStyle() const;
-signals:
+Q_SIGNALS:
void typeChanged(Q3DTheme::Theme themeType);
void baseColorsChanged(const QList<QColor> &colors);
void backgroundColorChanged(const QColor &color);
diff --git a/src/datavisualization/theme/q3dtheme_p.h b/src/datavisualization/theme/q3dtheme_p.h
index 44dcd7af..53f36b71 100644
--- a/src/datavisualization/theme/q3dtheme_p.h
+++ b/src/datavisualization/theme/q3dtheme_p.h
@@ -108,7 +108,7 @@ public:
inline bool isForcePredefinedType() { return m_forcePredefinedType; }
inline void setForcePredefinedType(bool enable) { m_forcePredefinedType = enable; }
-signals:
+Q_SIGNALS:
void needRender();
public: