Index: sources/canbus/messagedispatcher.h =================================================================== diff -u -r8f6f7c11390e3ed6d918f1717d8e8b7ae5b7e5c6 -r5626bf604947efe5a80c9ca51802aab1a70a6939 --- sources/canbus/messagedispatcher.h (.../messagedispatcher.h) (revision 8f6f7c11390e3ed6d918f1717d8e8b7ae5b7e5c6) +++ sources/canbus/messagedispatcher.h (.../messagedispatcher.h) (revision 5626bf604947efe5a80c9ca51802aab1a70a6939) @@ -27,6 +27,7 @@ // forward declarations class tst_canbus; class tst_acknow; +class tst_messaging; // since this class is the interface between GUI and Can // it needs to use Gui namespace otherwise it makes code hard to read. @@ -87,6 +88,7 @@ // friends friend class ::tst_canbus; friend class ::tst_acknow; + friend class ::tst_messaging; QHash _messageList;