Fix compatibility with Qt 5.15. Patch copied from upstream source repository: https://bazaar.launchpad.net/~adamreichold/qpdfview/trunk/revision/2104 --- a/sources/model.h 2017-04-19 21:01:25 +0000 +++ b/sources/model.h 2020-06-09 06:24:11 +0000 @@ -24,6 +24,7 @@ #define DOCUMENTMODEL_H #include +#include #include #include #include 2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-22tests: Move keys into ./tests/keys/ and add a third ed25519 key....The third key will be used in an upcoming commit. Rename public keys to .pub. * guix/tests/gnupg.scm (%ed25519-3-public-key-file): New variable. (%ed25519-3-secret-key-file): New variable. (%ed25519-2-public-key-file): Renamed from %ed25519bis-public-key-file. (%ed25519-2-secret-key-file): Renamed from %ed25519bis-secret-key-file. * tests/keys/ed25519-3.key: New file. * tests/keys/ed25519-3.sec: New file. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Attila Lendvai