This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdriveclient. from 22ca55f use Qt::endl and Qt::hex in Qt >= 5.15 and endl and hex otherwise. new eb59a95 use KDR_ENDL in destructor. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: client.cpp | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit eb59a958af7dc9242351cd11e76b0db9b5700037 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Thu Oct 14 12:30:54 2021 -0500 use KDR_ENDL in destructor. --- client.cpp | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index ace9948..dc141d0 100644 --- a/client.cpp +++ b/client.cpp @@ -241,7 +241,7 @@ Client::Client() Client::~Client() { - KDRStdErr()<<"Client destructor"<<Qt::endl; + KDRStdErr()<<"Client destructor"<<KDR_ENDL; freeMessageBuffer(); diff --git a/debian/changelog b/debian/changelog index 25a651b..605f80a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,5 +36,6 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium - wait for server version before requesting main image. - use QTextStream(stderr) instead of qDebug. - use Qt::endl and Qt::hex in Qt >= 5.15 and endl and hex otherwise. + - use KDR_ENDL in destructor. -- 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