diff options
Diffstat (limited to 'metawatch/metawatchdigitalsimulator.h')
-rw-r--r-- | metawatch/metawatchdigitalsimulator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/metawatch/metawatchdigitalsimulator.h b/metawatch/metawatchdigitalsimulator.h index 8b424ec..d9d1295 100644 --- a/metawatch/metawatchdigitalsimulator.h +++ b/metawatch/metawatchdigitalsimulator.h @@ -31,6 +31,7 @@ public: private slots: void handleFormDestroyed(); + void handleButtonPressed(int button); private: MetaWatchDigitalSimulatorForm* _form; |