This commit is contained in:
Uwe Rathmann 2022-01-10 14:59:52 +01:00
commit e310c3c9bb

View File

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