~diegosarmentero/+junk/settings-temp

« back to all changes in this revision

Viewing changes to plugins/system-update/update_manager.cpp

  • Committer: Diego Sarmentero
  • Date: 2013-11-18 09:55:14 UTC
  • Revision ID: diego.sarmentero@gmail.com-20131118095514-kxfblhzwpfw6m6xz
tests working

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
 
165
165
void UpdateManager::downloadNotCreated(QString packagename, QString error)
166
166
{
167
 
    qDebug() << "Download not creeated";
 
167
    qDebug() << "Download not created";
168
168
    Update* app = this->m_apps[packagename];
169
169
    app->setError(error);
170
170
}