← Back to team overview

ayatana-commits team mailing list archive

[Branch ~agateau/plasma-widget-message-indicator/trunk] Rev 124: Register QIndicate::Listener::{Server, Indicator}

 

------------------------------------------------------------
revno: 124
committer: Aurelien Gateau <aurelien.gateau@xxxxxxxxxxxxx>
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");
 }