Index: /trunk/BNC/src/rinex/bncpostprocess.cpp
===================================================================
--- /trunk/BNC/src/rinex/bncpostprocess.cpp	(revision 5214)
+++ /trunk/BNC/src/rinex/bncpostprocess.cpp	(revision 5215)
@@ -164,4 +164,5 @@
     connect(_pppClient, SIGNAL(newMessage(QByteArray,bool)), 
             this, SLOT(slotMessage(const QByteArray,bool)));
+    qRegisterMetaType<bncTime>("bncTime");
     connect(_pppClient, SIGNAL(newPosition(bncTime, double, double, double)), 
             this, SIGNAL(newPosition(bncTime, double, double, double)));
