This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit bb7f2081ba902db043744f6c66cdb5fca7e9d1a9 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Wed Oct 20 12:05:50 2021 -0500 fix building on Windows. --- client.cpp | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index 7817970..6dba871 100644 --- a/client.cpp +++ b/client.cpp @@ -1681,7 +1681,7 @@ void Client::slotSelectionChanged(QClipboard::Mode mode) if(mode == QClipboard::Selection && clipboard->ownsSelection()) return; const QMimeData *mimeData = clipboard->mimeData(mode); - KDRStdErr()<<"selection changed for "<<mode<<mimeData->formats(); + KDRStdErr()<<"selection changed for "<<mode<<mimeData->formats().join(", "); SelectionType destination=PRIMARY; if(mode== QClipboard::Clipboard) diff --git a/debian/changelog b/debian/changelog index 09ea55b..e1f66ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,5 +39,6 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium - use KDR_ENDL in destructor. - revert to sprintf function for correct background in menuframe.cpp. - output some important messages if not running in debug mode. + - fix building on Windows. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git