[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [libqapt] src: Actualyy return our entries. :/
From:       Jonathan Thomas <echidnaman () kubuntu ! org>
Date:       2011-08-31 23:08:22
Message-ID: 20110831230822.9C217A6078 () git ! kde ! org
[Download RAW message or body]

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic