Allow event processing between each XML parser run, to improve GUI performance. #2915
Annotations
3 warnings and 1 notice
src/gui/selectivesyncdialog.cpp:110:11 [cppcoreguidelines-init-variables]:
src/gui/selectivesyncdialog.cpp#L110
variable 'job' is not initialized
|
src/gui/selectivesyncdialog.cpp:339:11 [cppcoreguidelines-init-variables]:
src/gui/selectivesyncdialog.cpp#L339
variable 'job' is not initialized
|
src/libsync/discoveryphase.cpp:381:11 [cppcoreguidelines-init-variables]:
src/libsync/discoveryphase.cpp#L381
variable 'lsColJob' is not initialized
|
Run clang-format on src/libsync/networkjobs.cpp:
src/libsync/networkjobs.cpp#L1
File src/libsync/networkjobs.cpp does not conform to Custom style guidelines. (lines 408)
|