mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
removed a compile warning non void return type.
This commit is contained in:
parent
74abe2fa7a
commit
93b0f3e6ca
1 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,8 @@ QStringList FolderWatcher::folders() const
|
|||
{
|
||||
#ifdef USE_WATCHER
|
||||
return _inotify->directories();
|
||||
#else
|
||||
return QStringList();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue