mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-02 13:58:37 +00:00
fix: remove invalid quote
This commit is contained in:
parent
0b39bbc719
commit
d68d96b4ee
3 changed files with 5 additions and 6 deletions
|
@ -2,10 +2,7 @@
|
||||||
#include <QTime>
|
#include <QTime>
|
||||||
|
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
#include "decoder.h"
|
|
||||||
#include "recorder.h"
|
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "videosocket.h"
|
|
||||||
|
|
||||||
#define BUFSIZE 0x10000
|
#define BUFSIZE 0x10000
|
||||||
#define HEADER_SIZE 12
|
#define HEADER_SIZE 12
|
||||||
|
|
|
@ -10,9 +10,6 @@ extern "C"
|
||||||
#include "libavformat/avformat.h"
|
#include "libavformat/avformat.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
class VideoSocket;
|
|
||||||
class Recorder;
|
|
||||||
class Decoder;
|
|
||||||
class Stream : public QThread
|
class Stream : public QThread
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
5
config/userdata.ini.lock
Normal file
5
config/userdata.ini.lock
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
11952
|
||||||
|
QtScrcpy
|
||||||
|
BARRY
|
||||||
|
ddd598cc-fb9f-4338-bb02-6c1cbf2b8914
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue