[libcalamares] Remove superfluous ; (warnings--)

This commit is contained in:
Adriaan de Groot 2019-08-20 16:05:22 +02:00
parent 4b35d193b7
commit 82622373bc

View File

@ -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 )
{