create a permanent log of delete actions #3871
Annotations
3 errors, 1 warning, and 2 notices
src/csync/csync.h:35:10 [clang-diagnostic-error]:
src/csync/csync.h#L35
'QByteArray' file not found
|
src/libsync/logger.h:18:10 [clang-diagnostic-error]:
src/libsync/logger.h#L18
'QObject' file not found
|
src/libsync/syncfileitem.h:18:10 [clang-diagnostic-error]:
src/libsync/syncfileitem.h#L18
'QVector' file not found
|
src/libsync/logger.cpp:71:1 [cppcoreguidelines-avoid-non-const-global-variables]:
src/libsync/logger.cpp#L71
variable 'Q_LOGGING_CATEGORY' is non-const and globally accessible, consider making it const
|
Run clang-format on src/csync/csync.h:
src/csync/csync.h#L1
File src/csync/csync.h does not conform to Custom style guidelines. (lines 35, 45)
|
Run clang-format on src/libsync/discovery.cpp:
src/libsync/discovery.cpp#L1
File src/libsync/discovery.cpp does not conform to Custom style guidelines. (lines 561, 563, 564, 565, 566, 567, 569, 570, 571, 573, 574)
|