summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2014-12-16 00:06:59 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2014-12-16 00:06:59 +0100
commit58c7775a76a477453fe1dcead2bd90047176df85 (patch)
tree1cb83f25a33aa7c5ab5d36e438f4e1f6ab5deeb5
parentf3ad790d987ed81c6c02ad41d77207b088d574c4 (diff)
Fix compilation
-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 6d93211..b1a1a93 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);