You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
260 B
19 lines
260 B
13 years ago
|
--- dbus/qdbusobjectpath.h
|
||
|
+++ dbus/qdbusobjectpath.h
|
||
|
@@ -21,6 +21,9 @@
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
+#ifndef QDBUSOBJECTPATH_H
|
||
|
+#define QDBUSOBJECTPATH_H
|
||
|
+
|
||
|
#include <qcstring.h>
|
||
|
|
||
|
/**
|
||
|
@@ -111,3 +114,5 @@
|
||
|
*/
|
||
|
static int validate(const QCString& path);
|
||
|
};
|
||
|
+
|
||
|
+#endif
|