Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2016-03-29 14:59:08 +0300
committerKlaas Freitag <freitag@owncloud.com>2016-03-29 14:59:08 +0300
commit69e8e158845292528d5492bc42c428ee09ddf25a (patch)
treec33c8353ddc2b0090f868b1aaab2792f90d6e691 /src/gui/servernotificationhandler.cpp
parent1fe5d6bb0cfb6d556b8eb6bf7b35a668cdcff243 (diff)
Remove explicit time spec specification as it is not needed.
Diffstat (limited to 'src/gui/servernotificationhandler.cpp')
-rw-r--r--src/gui/servernotificationhandler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/servernotificationhandler.cpp b/src/gui/servernotificationhandler.cpp
index 14a9e0710..560652064 100644
--- a/src/gui/servernotificationhandler.cpp
+++ b/src/gui/servernotificationhandler.cpp
@@ -81,7 +81,6 @@ void ServerNotificationHandler::slotNotificationsReceived(const QVariantMap& jso
a._link = QUrl(s);
}
a._dateTime = json.value("datetime").toDateTime();
- a._dateTime.setTimeSpec(Qt::UTC);
auto actions = json.value("actions").toList();
foreach( auto action, actions) {