nextcloud-desktop/src
Kevin Ottens 73a689bc39 Don't call method on potentially null object
We were calling accountState() on a "folder" member which could be
nullptr. In fact this would happen any time one right click on a file
outside of a sync dir under Windows, this thus led to a crash.

Since the capabilities variable was unused anyway, we just removed it.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-06-16 19:15:53 +02:00
..
3rdparty Remove Submodule qtmacgoodies again 2020-06-15 12:32:25 +00:00
cmd macOS: Build nextcloudcmd after gui and run macdeployqt with the -executable option 2020-06-07 14:39:42 +02:00
common Major multi monitor improvements and rewrite of tray window positioning 2020-06-15 12:32:25 +00:00
crashreporter macOS: Use macdeployqt instead of the old admin/osx/macdeployqt.py 2020-06-07 14:39:42 +02:00
csync Simplify nullptr comparisons where appropriate 2020-06-11 00:27:30 +02:00
gui Don't call method on potentially null object 2020-06-16 19:15:53 +02:00
libsync Simplify nullptr comparisons where appropriate 2020-06-11 00:27:30 +02:00
CMakeLists.txt macOS: Build nextcloudcmd after gui and run macdeployqt with the -executable option 2020-06-07 14:39:42 +02:00