compiler issue fixed
This commit is contained in:
parent
b8a7b5269c
commit
4d4558464d
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue