mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Fix for Ubuntu
This commit is contained in:
parent
6a4b93a4e7
commit
f0ccada945
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ void DiskCacheEditor::makeDialog() {
|
|||
_refreshTimer = new QTimer(_dialog);
|
||||
_refreshTimer->setInterval(100);
|
||||
_refreshTimer->setSingleShot(false);
|
||||
QObject::connect(_refreshTimer, &QTimer::timeout, this, &DiskCacheEditor::refresh);
|
||||
QObject::connect(_refreshTimer.data(), &QTimer::timeout, this, &DiskCacheEditor::refresh);
|
||||
_refreshTimer->start();
|
||||
|
||||
QPushButton* clearCacheButton = new QPushButton(_dialog);
|
||||
|
|
Loading…
Reference in a new issue