diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-19 07:26:30 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-19 07:26:30 -0600 |
commit | 20ccd4b81eee8c0d20b4cabdcdc8ed8356e51f21 (patch) | |
tree | da309377d75843d0139d0bf09dae76999d147477 /tools/assistant/lib/qassistantclient.h | |
parent | c4fcfaa593835ff3568310c6937f47d69196f281 (diff) | |
parent | b5d6591054de1d4f66280207023c43e9e191146c (diff) | |
download | qt3-20ccd4b81eee8c0d20b4cabdcdc8ed8356e51f21.tar.gz qt3-20ccd4b81eee8c0d20b4cabdcdc8ed8356e51f21.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3
Diffstat (limited to 'tools/assistant/lib/qassistantclient.h')
-rw-r--r-- | tools/assistant/lib/qassistantclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/lib/qassistantclient.h b/tools/assistant/lib/qassistantclient.h index a05d291..49d1267 100644 --- a/tools/assistant/lib/qassistantclient.h +++ b/tools/assistant/lib/qassistantclient.h @@ -39,7 +39,7 @@ class QSocket; class QProcess; -class QAssistantClient : public QObject +class Q_EXPORT QAssistantClient : public QObject { Q_OBJECT Q_PROPERTY( bool open READ isOpen ) |