summaryrefslogtreecommitdiffstats
path: root/src/pdf/qpdfdocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf/qpdfdocument.h')
-rw-r--r--src/pdf/qpdfdocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/qpdfdocument.h b/src/pdf/qpdfdocument.h
index 78a0b5aed..751c1b31b 100644
--- a/src/pdf/qpdfdocument.h
+++ b/src/pdf/qpdfdocument.h
@@ -113,7 +113,7 @@ Q_SIGNALS:
void passwordChanged();
void passwordRequired();
void statusChanged(QPdfDocument::Status status);
- void pageCountChanged();
+ void pageCountChanged(int pageCount);
private:
friend class QPdfBookmarkModelPrivate;