Skip to content
Commit dfa6ca84 authored by David Faure's avatar David Faure
Browse files

kitinerary: fix compilation with poppler >= 0.83

Summary:
state->getPath() now returns a const GfxPath, and the methods
we are calling on it are indeed const now.

But they were not const before, so we can't just use const
unconditionally here, hence the version check and the #define.

Test Plan: Builds

Reviewers: vkrause, aacid

Reviewed By: vkrause

Subscribers: kde-pim

Tags: #kde_pim

Differential Revision: https://phabricator.kde.org/D25644
parent d0709511
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment