mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
removed a compile warning non void return type.
This commit is contained in:
parent
74abe2fa7a
commit
93b0f3e6ca
@ -143,6 +143,8 @@ QStringList FolderWatcher::folders() const
|
||||
{
|
||||
#ifdef USE_WATCHER
|
||||
return _inotify->directories();
|
||||
#else
|
||||
return QStringList();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user