From 2f631362b54180252d0daa34f359338860a8782b Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 2 Sep 2012 20:53:05 +0200 Subject: fixing a few warnings --- metawatch/metawatchdigitalsimulator.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'metawatch/metawatchdigitalsimulator.h') diff --git a/metawatch/metawatchdigitalsimulator.h b/metawatch/metawatchdigitalsimulator.h index 6f5c130..de2efdd 100644 --- a/metawatch/metawatchdigitalsimulator.h +++ b/metawatch/metawatchdigitalsimulator.h @@ -29,6 +29,9 @@ public: void retryConnect(); void send(const Message& msg); +private slots: + void handleFormDestroyed(); + private: MetaWatchDigitalSimulatorForm* _form; QPixmap _pixmap[3]; -- cgit v1.2.3