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

List:       kde-commits
Subject:    KDE/kdelibs/solid/solid/backends/hal
From:       Friedrich W. H. Kossebau <kossebau () kde ! org>
Date:       2010-02-24 17:03:11
Message-ID: 1267030991.903327.23153.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1095609 by kossebau:

changed: bool deviceExists(QString) is private, not part of the DeviceManager \
interface, so no need to declare virtual

 M  +2 -1      halmanager.h  


--- trunk/KDE/kdelibs/solid/solid/backends/hal/halmanager.h #1095608:1095609
@@ -46,13 +46,14 @@
     virtual QSet<Solid::DeviceInterface::Type> supportedInterfaces() const;
 
     virtual QStringList allDevices();
-    virtual bool deviceExists(const QString &udi);
 
     virtual QStringList devicesFromQuery(const QString &parentUdi,
                                          Solid::DeviceInterface::Type type);
 
     virtual QObject *createDevice(const QString &udi);
 
+private:
+    bool deviceExists(const QString &udi);
 
 private Q_SLOTS:
     void slotDeviceAdded(const QString &udi);


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

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