summaryrefslogtreecommitdiff
path: root/src/libs/utils/theme
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2016-12-13 16:00:28 +0100
committerTim Jenssen <tim.jenssen@qt.io>2016-12-13 15:25:17 +0000
commitf96851077aed5fe17e6c610515e0c7cb99c94353 (patch)
tree104eedac53b7cf3c0a3a2c9310eedc708923e536 /src/libs/utils/theme
parent0265442c937cc5beb50f7042a00a2d1ac929d7d5 (diff)
downloadqt-creator-f96851077aed5fe17e6c610515e0c7cb99c94353.tar.gz
Fix linkage on Windows
Change-Id: If2d776fa3bb54cc8b482d1ae85f98845e9b28dc5 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/libs/utils/theme')
-rw-r--r--src/libs/utils/theme/theme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/utils/theme/theme.h b/src/libs/utils/theme/theme.h
index 8991cf8aa0..2e989ef652 100644
--- a/src/libs/utils/theme/theme.h
+++ b/src/libs/utils/theme/theme.h
@@ -351,8 +351,8 @@ protected:
ThemePrivate *d;
private:
- friend Theme *creatorTheme();
- friend Theme *proxyTheme();
+ friend QTCREATOR_UTILS_EXPORT Theme *creatorTheme();
+ friend QTCREATOR_UTILS_EXPORT Theme *proxyTheme();
QPair<QColor, QString> readNamedColor(const QString &color) const;
};