summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Erhardt <Philipp.Erhardt@informatik.stud.uni-erlangen.de>2020-10-19 20:43:15 +0200
committerChristoph Egger <christoph@debian.org>2021-03-20 17:40:23 +0100
commit8f67b28458a82b693e00a3f42bd27771659f5537 (patch)
treef072c002af6cd57fad7a54fd27c449a2af5d5af8
parent4c0c2fd8e048a09639a55823e3060c47ad1daf87 (diff)
[PATCH 5/5] Add missing forward declaration
Gbp-Pq: Name 0005-Add-missing-forward-declaration.patch
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index b762549..c06df70 100644
--- a/src/util.h
+++ b/src/util.h
@@ -6,6 +6,7 @@
class QImage;
+class QWidget;
#define POPPLER_VERSION ((POPPLER_VERSION_MAJOR << 16) | (POPPLER_VERSION_MINOR << 8) | (POPPLER_VERSION_MICRO))