someone forgot to remove something :)

This commit is contained in:
Aaron Seigo 2013-02-14 14:32:37 +01:00
parent 99df361ebb
commit ab49b861e9

View File

@ -673,7 +673,6 @@ KJob* Package::install(const QString &sourcePackage, const QString &packageRoot)
const QString dest = packageRoot.isEmpty() ? defaultPackageRoot() : packageRoot;
//kDebug() << "Source: " << src;
//kDebug() << "PackageRoot: " << dest;
d->path = packageRoot + "plasma-applet-org.kde.microblog-qml";
KJob *j = d->structure.data()->install(this, src, dest);
//connect(j, SIGNAL(finished(bool)), SLOT(installFinished(bool)));
return j;