From 3a755f46d9cf6e3650d40a960d0d0db8c1ad9fa1 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 17 Sep 2011 03:03:23 +0200 Subject: preparing for library package --- watchsimulator.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 watchsimulator.h (limited to 'watchsimulator.h') diff --git a/watchsimulator.h b/watchsimulator.h deleted file mode 100644 index 564118c..0000000 --- a/watchsimulator.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef WATCHSIMULATOR_H -#define WATCHSIMULATOR_H - -#include - -#include "watch.h" - -namespace sowatch -{ - -class WatchSimulator : public Watch -{ - Q_OBJECT -public: - explicit WatchSimulator(const QImage& image, QObject *parent = 0); -}; - -} - -#endif // WATCHSIMULATOR_H -- cgit v1.2.3