Changeset 3 in pacpussensors


Ignore:
Timestamp:
06/05/13 18:25:09 (11 years ago)
Author:
DHERBOMEZ Gérald
Message:

QApplication to QCoreApplication (Qt5)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Alasca/AlascaSocket.cpp

    r1 r3  
    1313#include "AlascaSocket.h"
    1414
    15 #include <qapplication.h>
    16 #include <qdebug.h>
     15#include <QCoreApplication>
     16#include <QDebug>
    1717
    1818#include "AlascaComponent.h"
     
    9090  AlascaFrameEvent *e = new AlascaFrameEvent;
    9191  e->frame = frame;
    92   QApplication::postEvent(myParent, e); 
     92  QCoreApplication::postEvent(myParent, e); 
    9393}
    9494
Note: See TracChangeset for help on using the changeset viewer.