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

List:       kde-commits
Subject:    branches/work/kdehw/solid (silent)
From:       Kevin Ottens <ervin () kde ! org>
Date:       2006-09-07 16:36:22
Message-ID: 1157646982.224180.5878.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 581820 by ervin:

APIDOX related fixes.

SVN_SILENT


 M  +1 -1      device.cpp  
 M  +4 -4      device.h  
 M  +2 -2      devicemanager.cpp  
 M  +2 -2      powermanager.cpp  


--- branches/work/kdehw/solid/device.cpp #581819:581820
@@ -388,7 +388,7 @@
     }
 }
 
-void Solid::Device::Private::registerData( Solid::Ifaces::Device *newData )
+void Solid::Device::Private::registerData( Ifaces::Device *newData )
 {
     data = newData;
 
--- branches/work/kdehw/solid/device.h #581819:581820
@@ -278,10 +278,10 @@
         /**
          * This signal is emitted when a property is changed in the device.
          *
-         * @param key the changed property name
-         * @param change the kind of change done on the device
-         * property (added/removed/modified), it's one of the type
-         * Solid::PropertyChange
+         * @param changes the map describing the property changes that
+         * occured in the device, keys are property name and values
+         * describe the kind of change done on the device property
+         * (added/removed/modified), it's one of the type Solid::PropertyChange
          */
         void propertyChanged( const QMap<QString,int> &changes );
 
--- branches/work/kdehw/solid/devicemanager.cpp #581819:581820
@@ -68,7 +68,7 @@
     return *s_self;
 }
 
-Solid::DeviceManager &Solid::DeviceManager::selfForceBackend( Solid::Ifaces::DeviceManager *backend )
+Solid::DeviceManager &Solid::DeviceManager::selfForceBackend( Ifaces::DeviceManager *backend )
 {
     if( !s_self )
     {
@@ -138,7 +138,7 @@
     }
 }
 
-Solid::DeviceManager::DeviceManager( Solid::Ifaces::DeviceManager *backend )
+Solid::DeviceManager::DeviceManager( Ifaces::DeviceManager *backend )
     : QObject(), d( new Private( this ) )
 {
     if ( backend != 0 )
--- branches/work/kdehw/solid/powermanager.cpp #581819:581820
@@ -64,7 +64,7 @@
     return *s_self;
 }
 
-Solid::PowerManager &Solid::PowerManager::selfForceBackend( Solid::Ifaces::PowerManager *backend )
+Solid::PowerManager &Solid::PowerManager::selfForceBackend( Ifaces::PowerManager *backend )
 {
     if( !s_self )
     {
@@ -134,7 +134,7 @@
     }
 }
 
-Solid::PowerManager::PowerManager( Solid::Ifaces::PowerManager *backend )
+Solid::PowerManager::PowerManager( Ifaces::PowerManager *backend )
     : QObject(), d( new Private( this ) )
 {
     if ( backend != 0 )
[prev in list] [next in list] [prev in thread] [next in thread] 

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