Git commit 392e3f26973ebc90d2a3594fd074471815a16d51 by Jonathan Thomas. Pushed by jmthomas into branch 'master'. Cleanup M +0 -4 example/qapttest.cpp http://commits.kde.org/libqapt/392e3f26973ebc90d2a3594fd074471815a16d51 diff --git a/example/qapttest.cpp b/example/qapttest.cpp index 6e7ee0d..759bf92 100644 --- a/example/qapttest.cpp +++ b/example/qapttest.cpp @@ -132,10 +132,6 @@ QAptTest::QAptTest() // foreach (QApt::Package *package, packageList) { // kDebug() << package->name(); // } - - QStringList packages; - packages << "amor" << "kdesudo" << "lskat"; - m_backend->downloadArchives(packages, "/tmp/lol/"); } QAptTest::~QAptTest()