chore: ClientProxy1_6, use auto where possible
This commit is contained in:
@ -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));
|
||||
|
||||
Reference in New Issue
Block a user