diff --git a/datacontainer.cpp b/datacontainer.cpp index 84b345c74..33d8157ef 100644 --- a/datacontainer.cpp +++ b/datacontainer.cpp @@ -342,8 +342,10 @@ void DataContainer::timerEvent(QTimerEvent * event) kDebug() << objectName() << "is unused"; emit becameUnused(objectName()); } + d->checkUsageTimer.stop(); } else if (event->timerId() == d->storageTimer.timerId()) { d->store(); + d->storageTimer.stop(); } }