------------------------------------------------------------
revno: 124
committer: Aurelien Gateau <[email protected]>
branch nick: plasma-widget-message-indicator
timestamp: Mon 2010-03-08 14:31:47 +0100
message:
Register QIndicate::Listener::{Server,Indicator}
modified:
tests/listenermodeltest.cpp
--
lp:plasma-widget-message-indicator
https://code.launchpad.net/~agateau/plasma-widget-message-indicator/trunk
Your team ayatana-commits is subscribed to branch
lp:plasma-widget-message-indicator.
To unsubscribe from this branch go to
https://code.launchpad.net/~agateau/plasma-widget-message-indicator/trunk/+edit-subscription.
=== modified file 'tests/listenermodeltest.cpp'
--- tests/listenermodeltest.cpp 2009-09-28 09:06:26 +0000
+++ tests/listenermodeltest.cpp 2010-03-08 13:31:47 +0000
@@ -34,6 +34,8 @@
void ListenerModelTest::initTestCase()
{
+ qRegisterMetaType<QIndicate::Listener::Server*>("QIndicate::Listener::Server*");
+ qRegisterMetaType<QIndicate::Listener::Indicator*>("QIndicate::Listener::Indicator*");
qRegisterMetaType<QModelIndex>("QModelIndex");
}
_______________________________________________
Mailing list: https://launchpad.net/~ayatana-commits
Post to : [email protected]
Unsubscribe : https://launchpad.net/~ayatana-commits
More help : https://help.launchpad.net/ListHelp