diff options
| author | Aleix Pol <aleixpol@kde.org> | 2015-09-21 16:21:00 (GMT) |
|---|---|---|
| committer | Aleix Pol <aleixpol@kde.org> | 2015-09-21 16:21:00 (GMT) |
| commit | 1a788c382a383da37975b26ebbedfecd73f4f482 (patch) | |
| tree | dbab9e66a5ccf876e0aee54d605fedf67f86d8d6 | |
| parent | 7e4aaa62867a7fd4ce7de41b15d458d55a69af87 (diff) | |
Initialize attribute
| -rw-r--r-- | libmuon/resources/StandardBackendUpdater.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmuon/resources/StandardBackendUpdater.cpp b/libmuon/resources/StandardBackendUpdater.cpp index f2bc8e3..1d9dbe9 100644 --- a/libmuon/resources/StandardBackendUpdater.cpp +++ b/libmuon/resources/StandardBackendUpdater.cpp @@ -34,6 +34,7 @@ StandardBackendUpdater::StandardBackendUpdater(AbstractResourcesBackend* parent) , m_backend(parent) , m_preparedSize(0) , m_settingUp(false) + , m_progress(0) , m_lastUpdate(QDateTime()) { connect(TransactionModel::global(), |
