summaryrefslogtreecommitdiffstats
path: root/examples/widgets/gestures/imagegestures/mainwidget.h
diff options
context:
space:
mode:
authorJoni Poikelin <joni.poikelin@theqtcompany.com>2015-10-01 08:37:47 +0300
committerJoni Poikelin <joni.poikelin@theqtcompany.com>2015-10-01 07:09:53 +0000
commit4b785eeaa9c46fadea6df65cadd7a8d4c1d7d272 (patch)
treead1522ea095026f77deabffe712a850b7dd2818d /examples/widgets/gestures/imagegestures/mainwidget.h
parent2c5126b9dec0c4997fd5b21f065f4152910633fe (diff)
Clean up debug code and unused functions from imagegestures example
Change-Id: I0dbbb5c6f3227e8cfe3e0f6eb27b2bf16b5d222b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'examples/widgets/gestures/imagegestures/mainwidget.h')
-rw-r--r--examples/widgets/gestures/imagegestures/mainwidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/widgets/gestures/imagegestures/mainwidget.h b/examples/widgets/gestures/imagegestures/mainwidget.h
index 20e32d1afb..e37baa398c 100644
--- a/examples/widgets/gestures/imagegestures/mainwidget.h
+++ b/examples/widgets/gestures/imagegestures/mainwidget.h
@@ -57,8 +57,6 @@ public slots:
void openDirectory(const QString &path);
private:
- bool loadImage(const QString &fileName);
-
ImageWidget *imageWidget;
};