diff options
| author | Michael Biebl <biebl@debian.org> | 2011-10-28 23:04:16 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2011-10-28 23:04:16 +0200 |
| commit | 485d149fe80915d94ed49ea6c2c0552cf7a3e79a (patch) | |
| tree | 6a48492b46b8c1e3df1c58626c28f05a978c61f7 /examples/C/qt/add-connection-wired.cpp | |
| parent | 263bf4c0c89bb88dc995acd9a6a2de9095fbd461 (diff) | |
Imported Upstream version 0.9.1.95 upstream/0.9.1.95
Diffstat (limited to 'examples/C/qt/add-connection-wired.cpp')
| -rw-r--r-- | examples/C/qt/add-connection-wired.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/C/qt/add-connection-wired.cpp b/examples/C/qt/add-connection-wired.cpp index f9e3f6c1..475eafff 100644 --- a/examples/C/qt/add-connection-wired.cpp +++ b/examples/C/qt/add-connection-wired.cpp @@ -72,4 +72,6 @@ int main() { QDBusConnection::systemBus()); addConnection(interface, "__Test connection__"); + + return 0; } |