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

List:       kde-commits
Subject:    [kdepim/Applications/15.08] calendarsupport/next: incidenceviewer: Use Q_DECL_OVERRIDE
From:       Sergio Martins <iamsergio () gmail ! com>
Date:       2015-07-31 21:14:13
Message-ID: E1ZLHd7-0005RI-BF () scm ! kde ! org
[Download RAW message or body]

Git commit 0c9d61035ca962c07eaa9b87e518f77b947fe455 by Sergio Martins.
Committed on 31/07/2015 at 21:14.
Pushed by smartins into branch 'Applications/15.08'.

incidenceviewer: Use Q_DECL_OVERRIDE

M  +2    -2    calendarsupport/next/incidenceviewer.h

http://commits.kde.org/kdepim/0c9d61035ca962c07eaa9b87e518f77b947fe455

diff --git a/calendarsupport/next/incidenceviewer.h b/calendarsupport/next/=
incidenceviewer.h
index f17cfbb..b451d34 100644
--- a/calendarsupport/next/incidenceviewer.h
+++ b/calendarsupport/next/incidenceviewer.h
@@ -144,13 +144,13 @@ private:
     /**
      * This method is called whenever the displayed incidence @p item has =
been changed.
      */
-    virtual void itemChanged(const Akonadi::Item &group);
+    void itemChanged(const Akonadi::Item &item) Q_DECL_OVERRIDE;
 =

     /**
      * This method is called whenever the displayed incidence has been
      * removed from Akonadi.
      */
-    virtual void itemRemoved();
+    void itemRemoved() Q_DECL_OVERRIDE;
 =

 private:
     //@cond PRIVATE

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

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