mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #22: Clang compilation fix
This commit is contained in:
@ -923,6 +923,10 @@ void PageItemModel::updateItemCaptionAndTags(PageGroupItem& item) const
|
||||
hasEmptyPage = true;
|
||||
++emptyPageCount;
|
||||
break;
|
||||
|
||||
case pdfdocpage::PT_Last:
|
||||
Q_ASSERT(false);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user