QtDBus: declare some classes as shared

Change-Id: I82f8d8d02f4a5276924f579871547c0a34605424
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Marc Mutz 2012-05-07 19:45:40 +02:00 committed by Qt by Nokia
parent 7c8d259231
commit fafc1c3dc3
2 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,8 @@ private:
QDBusPendingCall(); // not defined
};
Q_DECLARE_SHARED(QDBusPendingCall)
class QDBusPendingCallWatcherPrivate;
class Q_DBUS_EXPORT QDBusPendingCallWatcher: public QObject, public QDBusPendingCall
{

View File

@ -91,6 +91,8 @@ protected:
Data d;
};
Q_DECLARE_SHARED(QDBusUnixFileDescriptor)
QT_END_NAMESPACE
Q_DECLARE_METATYPE(QDBusUnixFileDescriptor)