mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-11 09:58:48 +00:00
feat: up to max number 1000
This commit is contained in:
parent
fa5ca169ae
commit
cb8525abcd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
#include "server.h"
|
#include "server.h"
|
||||||
#include "videoform.h"
|
#include "videoform.h"
|
||||||
|
|
||||||
#define DM_MAX_DEVICES_NUM 16
|
#define DM_MAX_DEVICES_NUM 1000
|
||||||
|
|
||||||
DeviceManage::DeviceManage(QObject *parent) : QObject(parent) {}
|
DeviceManage::DeviceManage(QObject *parent) : QObject(parent) {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue