From 0b92f73976d0f8cdc7fda8b3633bad10669264b2 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 3 Feb 2019 01:30:18 +0100 Subject: [PATCH] Use QLatin1Char --- plugins/contacts/contactsplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/contacts/contactsplugin.cpp b/plugins/contacts/contactsplugin.cpp index f65c18cbb..2e5176b40 100644 --- a/plugins/contacts/contactsplugin.cpp +++ b/plugins/contacts/contactsplugin.cpp @@ -135,7 +135,7 @@ bool ContactsPlugin::handleResponseUIDsTimestamps (const NetworkPacket& np) { if (!line.startsWith("X-KDECONNECT-TIMESTAMP:")) { continue; } - QStringList parts = line.split(":"); + QStringList parts = line.split(QLatin1Char(':')); QString timestamp = parts[1]; qint32 remoteTimestamp = np.get(ID);