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

List:       kde-commits
Subject:    [muon/qapt2] libmuon/Transaction: Remove unneeded destructor
From:       Jonathan Thomas <echidnaman () kubuntu ! org>
Date:       2012-09-30 20:06:25
Message-ID: 20120930200625.AED49A605D () git ! kde ! org
[Download RAW message or body]

Git commit 1402208c1045c84b5f29091d2b4d7194b571b460 by Jonathan Thomas.
Committed on 30/09/2012 at 22:06.
Pushed by jmthomas into branch 'qapt2'.

Remove unneeded destructor

M  +0    -3    libmuon/Transaction/TransactionListener.cpp
M  +0    -1    libmuon/Transaction/TransactionListener.h

http://commits.kde.org/muon/1402208c1045c84b5f29091d2b4d7194b571b460

diff --git a/libmuon/Transaction/TransactionListener.cpp b/libmuon/Transaction/TransactionListener.cpp
index ca477c8..0d1d0c6 100644
--- a/libmuon/Transaction/TransactionListener.cpp
+++ b/libmuon/Transaction/TransactionListener.cpp
@@ -34,9 +34,6 @@ TransactionListener::TransactionListener(QObject* parent)
     , m_downloading(false)
 {}
 
-TransactionListener::~TransactionListener()
-{}
-
 void TransactionListener::setBackend(AbstractResourcesBackend* backend)
 {
     if(m_backend) {
diff --git a/libmuon/Transaction/TransactionListener.h b/libmuon/Transaction/TransactionListener.h
index 1d8ccf0..f91949d 100644
--- a/libmuon/Transaction/TransactionListener.h
+++ b/libmuon/Transaction/TransactionListener.h
@@ -42,7 +42,6 @@ class MUONPRIVATE_EXPORT TransactionListener : public QObject
     Q_PROPERTY(bool isDownloading READ isDownloading NOTIFY downloading)
     public:
         explicit TransactionListener(QObject* parent = 0);
-        virtual ~TransactionListener();
         void setBackend(AbstractResourcesBackend* backend);
         void setResource(AbstractResource* app);
         int progress() const;

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

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