never has been needed
svn path=/trunk/KDE/kdelibs/; revision=1128636
This commit is contained in:
parent
7c64c65251
commit
fe70333098
@ -300,17 +300,6 @@ void DataEngine::setPollingInterval(uint frequency)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
NOTE: This is not implemented to prevent having to store the value internally.
|
||||
When there is a good use case for needing access to this value, we can
|
||||
add another member to the Private class and add this method.
|
||||
|
||||
void DataEngine::pollingInterval()
|
||||
{
|
||||
return d->pollingInterval;
|
||||
}
|
||||
*/
|
||||
|
||||
void DataEngine::removeSource(const QString &source)
|
||||
{
|
||||
//kDebug() << "removing source " << source;
|
||||
|
@ -394,15 +394,6 @@ NoAlignment) const;
|
||||
**/
|
||||
void setPollingInterval(uint frequency);
|
||||
|
||||
/**
|
||||
* Returns the current update frequency.
|
||||
* @see setPollingInterval
|
||||
NOTE: This is not implemented to prevent having to store the value internally.
|
||||
When there is a good use case for needing access to this value, we can
|
||||
add another member to the Private class and add this method.
|
||||
uint pollingInterval();
|
||||
**/
|
||||
|
||||
/**
|
||||
* Removes all data sources
|
||||
**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user