diff options
Diffstat (limited to 'include/vcl/GraphicLoader.hxx')
-rw-r--r-- | include/vcl/GraphicLoader.hxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/vcl/GraphicLoader.hxx b/include/vcl/GraphicLoader.hxx index 9b96ec13b8a2..5cca83a99d94 100644 --- a/include/vcl/GraphicLoader.hxx +++ b/include/vcl/GraphicLoader.hxx @@ -12,11 +12,16 @@ #include <vcl/graph.hxx> +namespace weld +{ +class Window; +} + namespace vcl { namespace graphic { -Graphic VCL_DLLPUBLIC loadFromURL(OUString const& rURL); +Graphic VCL_DLLPUBLIC loadFromURL(OUString const& rURL, weld::Window* pParentWin = nullptr); } } // end vcl::graphic |