------------------------------------------------------------ revno: 90 committer: Aurelien Gateau <aurelien.gat...@canonical.com> 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)));
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : ayatana-commits@lists.launchpad.net Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp