From 93bea86bfa77078a46721988cc6c768b8e81a008 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 17 Nov 2019 18:05:13 -0600 Subject: Qt UI: Use monotonic clock for STAMP --- ui/qt5/horizonwizard.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/qt5/horizonwizard.cc') diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc index edfc9c2..1b6bd89 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -22,6 +22,7 @@ #ifdef HAS_INSTALL_ENV # include # include /* ifreq */ +# include /* STAMP */ # include /* ioctl */ # include /* close */ #endif /* HAS_INSTALL_ENV */ @@ -254,5 +255,6 @@ HorizonWizard::HorizonWizard(QWidget *parent) : QWizard(parent) { #ifdef HAS_INSTALL_ENV interfaces = probe_ifaces(); + tain_now_set_stopwatch_g(); #endif /* HAS_INSTALL_ENV */ } -- cgit v1.2.3-60-g2f50