projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0d0d4a
)
whoops...
author
Harald Fernengel
<harry@kdevelop.org>
Fri, 23 Sep 2005 13:28:23 +0000
(13:28 +0000)
committer
Harald Fernengel
<harry@kdevelop.org>
Fri, 23 Sep 2005 13:28:23 +0000
(13:28 +0000)
qt/qdbusconnection_p.h
patch
|
blob
|
history
diff --git
a/qt/qdbusconnection_p.h
b/qt/qdbusconnection_p.h
index 38acbdc3b466adfe7b5b0fc0a83c544ec402b674..9dcd7d2063202242596cf776998580c2d826aa7b 100644
(file)
--- a/
qt/qdbusconnection_p.h
+++ b/
qt/qdbusconnection_p.h
@@
-32,6
+32,9
@@
//
//
+#ifndef QDBUSCONNECTION_P_H
+#define QDBUSCONNECTION_P_H
+
#include <QtCore/qatomic.h>
#include <QtCore/qhash.h>
#include <QtCore/qobject.h>
@@
-124,3
+127,5
@@
public:
ObjectHookHash objectHooks;
QList<DBusTimeout *> pendingTimeouts;
};
+
+#endif