MacFSListener: Formatting

This commit is contained in:
Jonas Kvinge
2024-08-25 05:45:33 +02:00
parent 108d522dcf
commit 359f320b06

View File

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