compiler issue fixed

This commit is contained in:
Uwe Rathmann 2022-01-10 12:20:56 +01:00
parent d4f140f20e
commit cf5c326208

View File

@ -25,6 +25,8 @@ namespace
class Option
{
public:
Option() = default; // some compilers need this
Option( const QUrl& graphicSource, const QString& text )
: graphicSource( graphicSource )
, text( text )