mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +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
|
#ifdef USE_WATCHER
|
||||||
return _inotify->directories();
|
return _inotify->directories();
|
||||||
|
#else
|
||||||
|
return QStringList();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue