ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #00191
[Branch ~agateau/libindicate-qt/trunk] Rev 90: Show server
------------------------------------------------------------
revno: 90
committer: Aurelien Gateau <aurelien.gateau@xxxxxxxxxxxxx>
branch nick: libindicate-qt
timestamp: Tue 2009-09-15 17:15:24 +0200
message:
Show server
modified:
examples/qim-client.cpp
--
lp:libindicate-qt
https://code.launchpad.net/~agateau/libindicate-qt/trunk
Your team ayatana-commits is subscribed to branch lp:libindicate-qt.
To unsubscribe from this branch go to https://code.launchpad.net/~agateau/libindicate-qt/trunk/+edit-subscription.
=== modified file 'examples/qim-client.cpp'
--- examples/qim-client.cpp 2009-09-15 08:50:15 +0000
+++ examples/qim-client.cpp 2009-09-15 15:15:24 +0000
@@ -96,6 +96,7 @@
server->setType(serverType);
server->setDesktopFile(desktopFile);
+ server->show();
QObject::connect(server, SIGNAL(serverDisplay()), &controller, SLOT(slotServerDisplay()));
QObject::connect(server, SIGNAL(interestAdded(QIndicate::Interest)), &controller, SLOT(slotInterestAdded(QIndicate::Interest)));
QObject::connect(server, SIGNAL(interestRemoved(QIndicate::Interest)), &controller, SLOT(slotInterestRemoved(QIndicate::Interest)));