src/SimulatorSocketServer.h
branchv_0
changeset 4 a874deb6a536
parent 3 42d64bd73232
child 5 980a27d138f7
equal deleted inserted replaced
3:42d64bd73232 4:a874deb6a536
    15  * You should have received a copy of the GNU General Public License
    15  * You should have received a copy of the GNU General Public License
    16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    17  */
    17  */
    18 #pragma once
    18 #pragma once
    19 
    19 
    20 #include <qt5/QtCore/QObject>
    20 #include <QObject>
    21 
    21 
    22 #include "MotionEvent.h"
    22 #include "MotionEvent.h"
    23 #include "ButtonEvent.h"
    23 #include "ButtonEvent.h"
    24 
    24 
    25 class SimulatorSocketServer : public QObject {
    25 class SimulatorSocketServer : public QObject {