From ded80cfc8a3f258a85954b4fd19063f9988f3744 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 8 Mar 2012 18:49:51 +0100 Subject: Make some DBus classes bootstrapping-ready. Change-Id: Ib7611fb0bf8e226a36064a100280e1ab7a0e159d Reviewed-by: Thiago Macieira --- src/dbus/qdbuserror.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/dbus/qdbuserror.h') diff --git a/src/dbus/qdbuserror.h b/src/dbus/qdbuserror.h index 3057f88715..b73ad34db1 100644 --- a/src/dbus/qdbuserror.h +++ b/src/dbus/qdbuserror.h @@ -93,12 +93,16 @@ public: #endif }; +#ifndef QT_BOOTSTRAPPED explicit QDBusError(const DBusError *error = 0); /*implicit*/ QDBusError(const QDBusMessage& msg); +#endif QDBusError(ErrorType error, const QString &message); QDBusError(const QDBusError &other); QDBusError &operator=(const QDBusError &other); +#ifndef QT_BOOTSTRAPPED QDBusError &operator=(const QDBusMessage &msg); +#endif ErrorType type() const; QString name() const; -- cgit v1.2.3