MacFSListener: Formatting

This commit is contained in:
Jonas Kvinge 2024-08-25 05:45:33 +02:00
parent 108d522dcf
commit 359f320b06
1 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,9 @@
MacFSListener::MacFSListener(QObject *parent)
: FileSystemWatcherInterface(parent),
run_loop_(nullptr),
stream_(nullptr),
update_timer_(new QTimer(this)) {
run_loop_(nullptr),
stream_(nullptr),
update_timer_(new QTimer(this)) {
update_timer_->setSingleShot(true);
update_timer_->setInterval(2000);