Remove default cases in switches, rely on compiler warnings for missed cases
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Sat, 1 Oct 2022 09:35:26 +0000 (11:35 +0200)
committerClaudio Cambra <claudio.cambra@nextcloud.com>
Mon, 31 Oct 2022 17:06:08 +0000 (18:06 +0100)
commit121ab3817710bc9c94d1e92feea2d8c8dbdb8fee
tree96fd1aedc78ffe93f38a7cd11e123fb11d820870
parent31afb02c8434d4273a63440a4843129f7b928ce9
Remove default cases in switches, rely on compiler warnings for missed cases

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/filedetails/shareemodel.cpp
src/gui/filedetails/sharemodel.cpp