From kde-commits Wed Aug 31 23:08:22 2011 From: Jonathan Thomas Date: Wed, 31 Aug 2011 23:08:22 +0000 To: kde-commits Subject: [libqapt] src: Actualyy return our entries. :/ Message-Id: <20110831230822.9C217A6078 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=131483212132166 Git commit 3be3626336a02ac8837fcaf00f9a6ce771abe652 by Jonathan Thomas. Committed on 01/09/2011 at 01:07. Pushed by jmthomas into branch 'master'. Actualyy return our entries. :/ M +2 -1 src/changelog.cpp http://commits.kde.org/libqapt/3be3626336a02ac8837fcaf00f9a6ce771abe652 diff --git a/src/changelog.cpp b/src/changelog.cpp index b09fd3e..d4a78c3 100644 --- a/src/changelog.cpp +++ b/src/changelog.cpp @@ -107,7 +107,6 @@ ChangelogEntry::ChangelogEntry(const QString &entryData, const QString &sourcePk ChangelogEntry::ChangelogEntry(const ChangelogEntry &other) { - qDebug() << other.d; d = other.d; } @@ -220,6 +219,8 @@ ChangelogEntryList Changelog::entries() const entries << entry; } + + return entries; } ChangelogEntryList Changelog::newEntriesSince(const QString &version) const