summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2014-12-16 00:06:59 +0100
committerMichal Klocek <michal.klocek@qt.io>2019-11-25 12:01:39 +0100
commite1f46f83389fb3c972edb4240cd5c97b5ff9bcd4 (patch)
treedd6b861f705052607c528fb349a98e8329f2e61b /examples
parent3db8a36d0a35303fece8e8da45efe8efe928a378 (diff)
Fix compilation
Diffstat (limited to 'examples')
-rw-r--r--examples/widgets/pdfviewer/pagecache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/widgets/pdfviewer/pagecache.h b/examples/widgets/pdfviewer/pagecache.h
index 6d93211dc..b1a1a9371 100644
--- a/examples/widgets/pdfviewer/pagecache.h
+++ b/examples/widgets/pdfviewer/pagecache.h
@@ -18,9 +18,6 @@ public:
QPixmap get(int page);
-public slots:
- void run();
-
signals:
void pageReady(int page);