QtDBus: added missing QT_NO_DBUS guards

Change-Id: If3bbba7765a4949e5a7aefca063dc56c21c06687
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
J-P Nurmi 2012-09-12 14:00:49 +02:00 committed by Qt by Nokia
parent a386194f99
commit c40af42658
2 changed files with 6 additions and 0 deletions

View File

@ -61,6 +61,8 @@
#include <QtCore/qshareddata.h>
#include "qdbusmacros.h"
#ifndef QT_NO_DBUS
QT_BEGIN_NAMESPACE
class Q_DBUS_EXPORT QDBusIntrospection
@ -167,4 +169,5 @@ private:
QT_END_NAMESPACE
#endif // QT_NO_DBUS
#endif

View File

@ -57,6 +57,8 @@
#include <QtCore/qmetaobject.h>
#include <qdbusmacros.h>
#ifndef QT_NO_DBUS
QT_BEGIN_NAMESPACE
class QDBusError;
@ -88,4 +90,5 @@ private:
QT_END_NAMESPACE
#endif // QT_NO_DBUS
#endif