[X2Go-Commits] [x2gokdriveclient] 01/01: use KDR_ENDL in destructor.
git-admin at x2go.org
git-admin at x2go.org
Thu Oct 14 19:31:01 CEST 2021
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 at 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 at 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
More information about the x2go-commits
mailing list