Skip to content

Commit

Permalink
fix: QPointer build error
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-ran committed Mar 9, 2023
1 parent cbe8869 commit a82febb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions include/QtScrcpyCore.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once
#include <QPointer>
#include <QMouseEvent>

#include "QtScrcpyCoreDef.h"
Expand Down
2 changes: 0 additions & 2 deletions src/device/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

#include "../../include/QtScrcpyCore.h"

#include "controlmsg.h"

class QMouseEvent;
class QWheelEvent;
class QKeyEvent;
Expand Down
1 change: 0 additions & 1 deletion src/devicemanage/devicemanage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <QWheelEvent>

#include "devicemanage.h"
#include "server.h"
#include "device.h"
#include "demuxer.h"

Expand Down
1 change: 0 additions & 1 deletion src/devicemanage/devicemanage.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define DEVICEMANAGE_H

#include <QMap>
#include <QPointer>

#include "../../include/QtScrcpyCore.h"

Expand Down

0 comments on commit a82febb

Please sign in to comment.