model: first step
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 2 May 2023 11:55:17 +0000 (13:55 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Wed, 17 May 2023 06:43:54 +0000 (08:43 +0200)
commit280094b220af55faf5f71010dcbce45155b70c3c
treee0eb1b481e296aa88fa4a2f08a9c6decb0f1e4f1
parent8f61d539da2dc9c0da44f5eb4408cb82e3227ea4
model: first step

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/CMakeLists.txt
src/gui/ResolveConflictsDialog.qml
src/gui/folderman.h
src/gui/owncloudgui.cpp
src/gui/syncconflictsmodel.cpp [new file with mode: 0644]
src/gui/syncconflictsmodel.h [new file with mode: 0644]
test/CMakeLists.txt
test/testsyncconflictsmodel.cpp [new file with mode: 0644]