Skip to content
Snippets Groups Projects
Commit 02c2b65f authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[BL] Explicit XMLQtInterface ctor.

parent 289b3a45
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ namespace IO
class XMLQtInterface
{
public:
XMLQtInterface(QString schemaFile = "");
explicit XMLQtInterface(QString schemaFile = "");
virtual ~XMLQtInterface() = default;
/// As QXMLStreamWriter seems currently unable to include style-file links into xml-files, this method will workaround this issue and include the stylefile link.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment