summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorEvan Nguyen <evan.nguyen@nokia.com>2010-07-26 05:05:20 (GMT)
committerEvan Nguyen <evan.nguyen@nokia.com>2010-07-26 05:05:20 (GMT)
commit430243688f6cc84da496c3369bfeb1a8685f1016 (patch)
tree889cf5a998a50461c35abf2348af89d100895ca9 /src/dbus
parent3e8597ff6029d33d629191370d9fed7d37d3962a (diff)
downloadQt-430243688f6cc84da496c3369bfeb1a8685f1016.zip
Qt-430243688f6cc84da496c3369bfeb1a8685f1016.tar.gz
Qt-430243688f6cc84da496c3369bfeb1a8685f1016.tar.bz2
fixed QDBUS export error
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/qdbusintegrator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus/qdbusintegrator.cpp b/src/dbus/qdbusintegrator.cpp
index e1b90b8..7951177 100644
--- a/src/dbus/qdbusintegrator.cpp
+++ b/src/dbus/qdbusintegrator.cpp
@@ -508,7 +508,7 @@ static bool shouldWatchService(const QString &service)
return !service.isEmpty() && !service.startsWith(QLatin1Char(':'));
}
-extern QDBUS_EXPORT void qDBusAddSpyHook(QDBusSpyHook);
+extern Q_DBUS_EXPORT void qDBusAddSpyHook(QDBusSpyHook);
void qDBusAddSpyHook(QDBusSpyHook hook)
{
qDBusSpyHookList()->append(hook);