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

List:       kde-commits
Subject:    [kdelibs] solid/solid: Don't be virtual.
From:       Kai Uwe Broulik <kde () privat ! broulik ! de>
Date:       2013-06-11 14:06:58
Message-ID: 20130611140658.51340A605A () git ! kde ! org
[Download RAW message or body]

Git commit 108e346265b1057f7fc6e87c818ee15549f466b4 by Kai Uwe Broulik.
Committed on 11/06/2013 at 16:06.
Pushed by broulik into branch 'master'.

Don't be virtual.
Unbreak ABI. Sorry to everyone :-(
Copy paste error .. should have watched more carefully .. shame on me

M  +2    -2    solid/solid/battery.h

http://commits.kde.org/kdelibs/108e346265b1057f7fc6e87c818ee15549f466b4

diff --git a/solid/solid/battery.h b/solid/solid/battery.h
index ea617af..31a04b7 100644
--- a/solid/solid/battery.h
+++ b/solid/solid/battery.h
@@ -180,7 +180,7 @@ namespace Solid
          * @param udi the UDI of the battery with the new capacity
          * @since 4.11
          */
-        virtual void capacityChanged(int value, const QString &udi);
+        void capacityChanged(int value, const QString &udi);
 
         /**
          * This signal is emitted when the charge state of this battery
@@ -210,7 +210,7 @@ namespace Solid
          * @param udi the UDI of the battery with the new power supply state
          * @since 4.11
          */
-        virtual void powerSupplyStateChanged(bool newState, const QString &udi);
+        void powerSupplyStateChanged(bool newState, const QString &udi);
     };
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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