Skip to content

Commit

Permalink
fix: ubuntu build error
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-ran committed Jan 16, 2022
1 parent 2f205d2 commit 5174871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QtScrcpy/device/controller/inputconvert/controlmsg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5174871

Please sign in to comment.