diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-30 07:57:32 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-31 02:00:44 (GMT) |
commit | 545a2e68b49fa648e85e6cca4df97badb89773bb (patch) | |
tree | 4200a9de02eb6faf99594b914367213c6ec2ad91 /src/gui/text | |
parent | f858dd8083e59eb918058694956cd3546fb303b2 (diff) | |
download | Qt-545a2e68b49fa648e85e6cca4df97badb89773bb.zip Qt-545a2e68b49fa648e85e6cca4df97badb89773bb.tar.gz Qt-545a2e68b49fa648e85e6cca4df97badb89773bb.tar.bz2 |
Export QTextControl
This class is used in declarative.
Reviewed-by: Andreas
Diffstat (limited to 'src/gui/text')
-rw-r--r-- | src/gui/text/qtextcontrol_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextcontrol_p.h b/src/gui/text/qtextcontrol_p.h index 872bcd5..eb0d749 100644 --- a/src/gui/text/qtextcontrol_p.h +++ b/src/gui/text/qtextcontrol_p.h @@ -83,7 +83,7 @@ class QAbstractScrollArea; class QEvent; class QTimerEvent; -class Q_AUTOTEST_EXPORT QTextControl : public QObject +class Q_GUI_EXPORT QTextControl : public QObject { Q_OBJECT Q_DECLARE_PRIVATE(QTextControl) |