mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-04 21:04:59 +08:00
chore: ClientProxy1_6, use auto where possible
This commit is contained in:
parent
09457793b4
commit
c00ebbd6c1
@ -76,7 +76,7 @@ bool ClientProxy1_6::recvClipboard()
|
||||
m_clipboard[id].m_sequenceNumber = seq;
|
||||
|
||||
// notify
|
||||
ClipboardInfo *info = new ClipboardInfo;
|
||||
auto *info = new ClipboardInfo;
|
||||
info->m_id = id;
|
||||
info->m_sequenceNumber = seq;
|
||||
m_events->addEvent(Event(m_events->forClipboard().clipboardChanged(), getEventTarget(), info));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user