diff options
Diffstat (limited to 'metawatch/metawatchdigitalsimulator.cpp')
-rw-r--r-- | metawatch/metawatchdigitalsimulator.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/metawatch/metawatchdigitalsimulator.cpp b/metawatch/metawatchdigitalsimulator.cpp index dcd0f6f..c20e8c5 100644 --- a/metawatch/metawatchdigitalsimulator.cpp +++ b/metawatch/metawatchdigitalsimulator.cpp @@ -24,6 +24,9 @@ MetaWatchDigitalSimulator::MetaWatchDigitalSimulator(ConfigKey *config, QObject // Show the form _form->showNormal(); + + // Schedule a connection even if BT is off or anything like that. + scheduleConnect(); } MetaWatchDigitalSimulator::~MetaWatchDigitalSimulator() |