Home
last modified time | relevance | path

Searched refs:InkErrorHandler (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dinkscape.cpp102 class InkErrorHandler : public Inkscape::ErrorReporter { class
104 InkErrorHandler(bool useGui) : Inkscape::ErrorReporter(), in InkErrorHandler() function in InkErrorHandler
107 ~InkErrorHandler() override = default;
216 InkErrorHandler* handler = new InkErrorHandler(use_gui); in Application()