mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-22 04:24:59 +00:00
fix: ubuntu build error
This commit is contained in:
parent
05ff1c25c2
commit
fdcd496722
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ QByteArray ControlMsg::serializeData()
|
|||
break;
|
||||
case CMT_GET_CLIPBOARD:
|
||||
buffer.putChar(m_data.getClipboard.copyKey);
|
||||
break;
|
||||
case CMT_SET_CLIPBOARD:
|
||||
BufferUtil::write64(buffer, m_data.setClipboard.sequence);
|
||||
buffer.putChar(!!m_data.setClipboard.paste);
|
||||
|
|
Loading…
Add table
Reference in a new issue