From b387f15226f2da9ac940eb1cc74b754e7efc9b6f Mon Sep 17 00:00:00 2001 From: csoler Date: Sun, 30 Jul 2017 10:36:44 +0200 Subject: [PATCH] fixed compilation on qt5 --- retroshare-gui/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/main.cpp b/retroshare-gui/src/main.cpp index 1e2da635b..08c651fcd 100644 --- a/retroshare-gui/src/main.cpp +++ b/retroshare-gui/src/main.cpp @@ -445,7 +445,7 @@ feenableexcept(FE_INVALID | FE_DIVBYZERO); // This is done using a timer, because the passphrase request from notify is asynchrouneous and therefore clearing the // passphrase here makes it request for a passphrase when creating the default chat identity. - QTimer::singleShot(10000, Qt::CoarseTimer, notify, SLOT(resetCachedPassphrases())) ; + QTimer::singleShot(10000, notify, SLOT(resetCachedPassphrases())) ; /* dive into the endless loop */ int ti = rshare.exec();