This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
*/
#include "upgradeoperation.h"
#include <kdebug.h>
#include <akabeiclientbackend.h>
#include <akabeiclientqueue.h>
#include <akabeiclienttransactionhandler.h>
#include <klocale.h>
#include <akabeiconfig.h>
#include <QFile>
#include <kio/global.h>
#include <QDir>
#include <akabeioperationrunner.h>
#include <QCoreApplication>
//FIXME: There is actually a bunch of code duplication with SyncOperation and RemoveOperation... maybe we can create something that is used in all of them :)
out<<i18np("There has been an error during the transaction.","There have been errors during the transaction.",Akabei::Backend::instance()->operationRunner()->errors().count());