mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed compilation on qt5
This commit is contained in:
parent
f5c4561418
commit
b387f15226
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue