mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 08:10:46 -04:00
fixed bug introduced by last commit
This commit is contained in:
parent
7a49099952
commit
30c2ff4b5e
1 changed files with 1 additions and 2 deletions
|
@ -528,8 +528,7 @@ void LocalSharedFilesDialog::checkUpdate()
|
||||||
|
|
||||||
void LocalSharedFilesDialog::forceCheck()
|
void LocalSharedFilesDialog::forceCheck()
|
||||||
{
|
{
|
||||||
rsFiles->ForceDirectoryCheck(true);
|
rsFiles->ForceDirectoryCheck();
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void RemoteSharedFilesDialog::spawnCustomPopupMenu( QPoint point )
|
void RemoteSharedFilesDialog::spawnCustomPopupMenu( QPoint point )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue