diff options
Diffstat (limited to 'watchsimulator.cpp')
-rw-r--r-- | watchsimulator.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/watchsimulator.cpp b/watchsimulator.cpp deleted file mode 100644 index 464f3a5..0000000 --- a/watchsimulator.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include <QtGui/QPainter> - -#include "watchsimulator.h" - -using namespace sowatch; - -WatchSimulator::WatchSimulator(const QImage& image, QObject* parent) : - Watch(image, parent) -{ - -} |