mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-18 11:45:04 -04:00
clang-tidy: Apply modernize-redundant-void-arg everywhere (#6446)
This commit is contained in:
@@ -161,8 +161,8 @@ BitInvader::BitInvader( InstrumentTrack * _instrument_track ) :
|
||||
m_graph.setWaveToSine();
|
||||
lengthChanged();
|
||||
|
||||
connect( &m_sampleLength, SIGNAL( dataChanged( ) ),
|
||||
this, SLOT( lengthChanged( ) ), Qt::DirectConnection );
|
||||
connect( &m_sampleLength, SIGNAL( dataChanged() ),
|
||||
this, SLOT( lengthChanged() ), Qt::DirectConnection );
|
||||
|
||||
connect( &m_graph, SIGNAL( samplesChanged( int, int ) ),
|
||||
this, SLOT( samplesChanged( int, int ) ) );
|
||||
|
||||
Reference in New Issue
Block a user