You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the recent svn version I get the following compile error:
Building CXX object CMakeFiles/qtemu.dir/GuestTools/modules/guestmodule.o
guesttoolslistener.cpp: In member function ‘void GuestToolsListener::addModules()’:
guesttoolslistener.cpp:48: error: no matching function for call to ‘ClipboardSync::ClipboardSync(QDataStream*&, GuestToolsListener* const)’
GuestTools/modules/clipboard/clipboardsync.h:16: note: candidates are: ClipboardSync::ClipboardSync(QObject*)
GuestTools/modules/clipboard/clipboardsync.h:12: note: ClipboardSync::ClipboardSync(const ClipboardSync&)
With the recent svn version I get the following compile error:
Building CXX object CMakeFiles/qtemu.dir/GuestTools/modules/guestmodule.o
guesttoolslistener.cpp: In member function ‘void GuestToolsListener::addModules()’:
guesttoolslistener.cpp:48: error: no matching function for call to ‘ClipboardSync::ClipboardSync(QDataStream*&, GuestToolsListener* const)’
GuestTools/modules/clipboard/clipboardsync.h:16: note: candidates are: ClipboardSync::ClipboardSync(QObject*)
GuestTools/modules/clipboard/clipboardsync.h:12: note: ClipboardSync::ClipboardSync(const ClipboardSync&)
Reported by: *anonymous
Original Ticket: qtemu/bugs/16
The text was updated successfully, but these errors were encountered: