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

List:       kde-commits
Subject:    KDE/kdebase
From:       Laurent Montel <montel () kde ! org>
Date:       2005-08-19 12:57:04
Message-ID: 1124456224.467086.18540.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 450898 by mlaurent:

Warning--


 M  +1 -0      kdesktop/kshadowsettings.h  
 M  +2 -1      kdmlib/kgreeterplugin.h  
 M  +1 -0      khelpcenter/scopeitem.h  
 M  +1 -0      khotkeys/shared/input.h  


--- trunk/KDE/kdebase/kdesktop/kshadowsettings.h #450897:450898
@@ -42,6 +42,7 @@
 class KShadowSettings
 {
 	public:
+		virtual ~KShadowSettings(){};
 		/**
 		 * Specifies the order of the options.
 		 * @see fromString
--- trunk/KDE/kdebase/kdmlib/kgreeterplugin.h #450897:450898
@@ -35,7 +35,8 @@
 
 class KGreeterPluginHandler {
 public:
-    /* keep in sync with V_IS_* */
+    virtual ~KGreeterPluginHandler() {}
+	/* keep in sync with V_IS_* */
     enum { IsSecret = 1, IsUser = 2, IsPassword = 4, IsOldPassword = 8,
 	   IsNewPassword = 16 };
     /**
--- trunk/KDE/kdebase/khelpcenter/scopeitem.h #450897:450898
@@ -27,6 +27,7 @@
     class Observer
     {
       public:
+        virtual ~Observer() {};
         virtual void scopeItemChanged( ScopeItem * ) = 0;
     };
 
--- trunk/KDE/kdebase/khotkeys/shared/input.h #450897:450898
@@ -29,6 +29,7 @@
 class Kbd_receiver
     {
     public:
+		virtual ~Kbd_receiver() {};
         virtual bool handle_key( const KShortcut& shortcut_P ) = 0;
     };
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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