checkUsage is in the private class now
This commit is contained in:
parent
91178d1c2a
commit
9612317115
@ -334,8 +334,8 @@ bool DataContainer::isUsed() const
|
|||||||
|
|
||||||
void DataContainerPrivate::checkUsage()
|
void DataContainerPrivate::checkUsage()
|
||||||
{
|
{
|
||||||
if (!d->checkUsageTimer.isActive()) {
|
if (!checkUsageTimer.isActive()) {
|
||||||
d->checkUsageTimer.start(10, this);
|
checkUsageTimer.start(10, q);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user