Revision: 40696
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40696&view=rev
Author:   davidloman
Date:     2010-09-27 13:54:49 +0000 (Mon, 27 Sep 2010)

Log Message:
-----------
Fixed two Qt includes to have the correct path.

Modified Paths:
--------------
    rt^3/trunk/tests/libNet/netMsgSerialTest.cxx

Modified: rt^3/trunk/tests/libNet/netMsgSerialTest.cxx
===================================================================
--- rt^3/trunk/tests/libNet/netMsgSerialTest.cxx        2010-09-27 11:37:13 UTC 
(rev 40695)
+++ rt^3/trunk/tests/libNet/netMsgSerialTest.cxx        2010-09-27 13:54:49 UTC 
(rev 40696)
@@ -28,8 +28,8 @@
 
 #include <string>
 
-#include <QDataStream>
-#include <QString>
+#include <QtCore/QDataStream>
+#include <QtCore/QString>
 
 void logInfo(QString s) {
        Logger::getInstance()->logINFO("NetMsgSerialTest", s);
@@ -58,8 +58,6 @@
        delete msg02;
 }
 
-//TODO make the intentional Diff failing fn calls work.
-
 /* 
  * =====================
  *


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to