okular/generators
Albert Astals Cid 8941e43488 Port away from more QLinkedLists
QLinkedList is gone from Qt6

The 1:1 port is std::list but we don't need iterator stability on
removal/insertion so just port to QList (one case to std::vector since
QList needs a copy constructor)
2022-03-22 00:11:55 +01:00
..
chm signals-> Q_SIGNALS 2022-03-19 10:58:47 +00:00
comicbook slots -> Q_SLOTS 2022-03-19 10:58:47 +00:00
djvu Port a few QLinkedList to QList 2022-03-19 11:22:55 +00:00
dvi emit -> Q_EMIT 2022-03-19 10:58:47 +00:00
epub slots -> Q_SLOTS 2022-03-19 10:58:47 +00:00
fax emit -> Q_EMIT 2022-03-19 10:58:47 +00:00
fictionbook emit -> Q_EMIT 2022-03-19 10:58:47 +00:00
kimgio Port a few QLinkedList to QList 2022-03-19 11:22:55 +00:00
markdown emit -> Q_EMIT 2022-03-19 10:58:47 +00:00
mobipocket emit -> Q_EMIT 2022-03-19 10:58:47 +00:00
plucker Enable readability-braces-around-statements 2022-03-09 23:29:56 +01:00
poppler Port away from more QLinkedLists 2022-03-22 00:11:55 +01:00
spectre emit -> Q_EMIT 2022-03-19 10:58:47 +00:00
tiff Enable readability-braces-around-statements 2022-03-09 23:29:56 +01:00
txt emit -> Q_EMIT 2022-03-19 10:58:47 +00:00
xps Enable readability-braces-around-statements 2022-03-09 23:29:56 +01:00
CMakeLists.txt kimgio generator: Make kexiv2 dependency optional 2021-11-29 11:59:01 +00:00