aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickbutton_p.h
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-27 14:38:39 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-27 12:58:34 +0000
commit7176f1d5bf9d310cb2568688fea2e201404fdeb6 (patch)
treee323bb4e9020962d19d19f7e909df3b0830e5845 /src/quicktemplates2/qquickbutton_p.h
parent3d6d026602cf9a6ccc35655347c2ed6267bbc49f (diff)
Q_QUICKTEMPLATES2_EXPORT => Q_QUICKTEMPLATES2_PRIVATE_EXPORT
They're all private classes. Change-Id: I2f1463429109c5651f9cca5bc7aabe5cf0f79637 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickbutton_p.h')
-rw-r--r--src/quicktemplates2/qquickbutton_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickbutton_p.h b/src/quicktemplates2/qquickbutton_p.h
index 90aa5176..a98bbe78 100644
--- a/src/quicktemplates2/qquickbutton_p.h
+++ b/src/quicktemplates2/qquickbutton_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class Q_QUICKTEMPLATES2_EXPORT QQuickButton : public QQuickAbstractButton
+class Q_QUICKTEMPLATES2_PRIVATE_EXPORT QQuickButton : public QQuickAbstractButton
{
Q_OBJECT
Q_PROPERTY(bool checkable READ isCheckable WRITE setCheckable NOTIFY checkableChanged FINAL)