| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : #include "SyncOperation.h" 2 : #include "../utilities/FangLogging.h" 3 : 4 20 : SyncOperation::SyncOperation(OperationManager *parent) : 5 : FangObject((QObject*)parent), 6 20 : operationManager(parent) 7 : { 8 : 9 20 : } 10 : 11 0 : void SyncOperation::reportError(const QString &errorString) 12 : { 13 0 : qCDebug(logOperation) << "Error: [ " << metaObject()->className() << " ] " << errorString; 14 0 : error = true; 15 0 : errorMsg = errorString; 16 0 : } |
| Generated by: LCOV version 2.0-1 |