Skip to content

Commit 5174871

Browse files
committed
fix: ubuntu build error
1 parent 2f205d2 commit 5174871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: QtScrcpy/device/controller/inputconvert/controlmsg.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ QByteArray ControlMsg::serializeData()
142142
break;
143143
case CMT_GET_CLIPBOARD:
144144
buffer.putChar(m_data.getClipboard.copyKey);
145+
break;
145146
case CMT_SET_CLIPBOARD:
146147
BufferUtil::write64(buffer, m_data.setClipboard.sequence);
147148
buffer.putChar(!!m_data.setClipboard.paste);

0 commit comments

Comments
 (0)