diff options
Diffstat (limited to 'gui/fpgaviewwidget.h')
-rw-r--r-- | gui/fpgaviewwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/fpgaviewwidget.h b/gui/fpgaviewwidget.h index 0d0ef89c..b87c5d0a 100644 --- a/gui/fpgaviewwidget.h +++ b/gui/fpgaviewwidget.h @@ -244,7 +244,7 @@ class PeriodicRunner : public QThread } } - void startTimer(std::chrono::milliseconds value) { timer_.start(value); } + void startTimer(int msecs) { timer_.start(msecs); } ~PeriodicRunner() { |