Changeset 3 in pacpussensors
- Timestamp:
- Jun 5, 2013, 6:25:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Alasca/AlascaSocket.cpp
r1 r3 13 13 #include "AlascaSocket.h" 14 14 15 #include < qapplication.h>16 #include < qdebug.h>15 #include <QCoreApplication> 16 #include <QDebug> 17 17 18 18 #include "AlascaComponent.h" … … 90 90 AlascaFrameEvent *e = new AlascaFrameEvent; 91 91 e->frame = frame; 92 Q Application::postEvent(myParent, e);92 QCoreApplication::postEvent(myParent, e); 93 93 } 94 94
Note:
See TracChangeset
for help on using the changeset viewer.