[libcalamares] Remove superfluous ; (warnings--)
This commit is contained in:
parent
4b35d193b7
commit
82622373bc
@ -58,8 +58,8 @@ public:
|
||||
template < class impl, class ParentType >
|
||||
static QObject* createInstance( QWidget* parentWidget, QObject* parent, const QVariantList& args )
|
||||
{
|
||||
Q_UNUSED( parentWidget );
|
||||
Q_UNUSED( args );
|
||||
Q_UNUSED( parentWidget )
|
||||
Q_UNUSED( args )
|
||||
ParentType* p = nullptr;
|
||||
if ( parent )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user