fix return value
svn path=/trunk/KDE/kdebase/workspace/lib/plasma/; revision=671375
This commit is contained in:
parent
65be58f69e
commit
ab560f1242
@ -252,7 +252,7 @@ bool DataEngine::isValid() const
|
||||
return d->valid;
|
||||
}
|
||||
|
||||
bool DataEngine::setValid(bool valid)
|
||||
void DataEngine::setValid(bool valid)
|
||||
{
|
||||
d->valid = valid;
|
||||
}
|
||||
|
@ -223,7 +223,7 @@ class PLASMA_EXPORT DataEngine : public QObject
|
||||
*
|
||||
* @param valid whether or not the engine is valid
|
||||
**/
|
||||
bool setValid(bool valid);
|
||||
void setValid(bool valid);
|
||||
|
||||
private Q_SLOTS:
|
||||
void checkForUpdates();
|
||||
|
Loading…
Reference in New Issue
Block a user