summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/getrepositoriesmetainfojob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/getrepositoriesmetainfojob.cpp')
-rw-r--r--installerbuilder/libinstaller/getrepositoriesmetainfojob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/getrepositoriesmetainfojob.cpp b/installerbuilder/libinstaller/getrepositoriesmetainfojob.cpp
index 974ace1ff..63ceae278 100644
--- a/installerbuilder/libinstaller/getrepositoriesmetainfojob.cpp
+++ b/installerbuilder/libinstaller/getrepositoriesmetainfojob.cpp
@@ -110,8 +110,8 @@ void GetRepositoriesMetaInfoJob::reset()
m_repositoryByTemporaryDirectory.clear();
setError(KDJob::NoError);
+ setErrorString(QString());
setCapabilities(Cancelable);
- setErrorString(QLatin1String(""));
}
bool GetRepositoriesMetaInfoJob::isCanceled() const