Skip to content
  • Oliver Sander's avatar
    Fix return value of PageView::capabilityFlags · 8839ea10
    Oliver Sander authored
    The return type of that method is Okular::View::CapabilityFlags.
    Hence, returning 'nullptr' as was done previously cannot be correct,
    and 'NoFlag' should be used instead.  As both evaluate to '0'
    internally there should not be any functional difference.
    8839ea10