propagator_qnam: fix warning

This commit is contained in:
Daniel Molkentin 2014-07-17 11:05:16 +02:00
parent 2981b37219
commit 56b721b2eb

View file

@ -131,7 +131,7 @@ public:
QString errorString() {
return _errorString.isEmpty() ? reply()->errorString() : _errorString;
};
}
SyncFileItem::Status errorStatus() { return _errorStatus; }