fixed compilation on qt5

This commit is contained in:
csoler 2017-07-30 10:36:44 +02:00
parent f5c4561418
commit b387f15226

View File

@ -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();