Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
charbeljc committed Jun 23, 2021
1 parent 002439f commit 6bf7b1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/src/SampleEditor/SampleEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,6 @@ void SampleEditor::valueChangedProcessingTypeComboBox( const QString unused )

void SampleEditor::valueChangedEditTypeComboBox( int index )
{
qDebug() << QString("EditMode<int> changed (%1) %2").arg(index).arg(reinterpret_cast<unsigned long>(static_cast<void*>(m_pTargetSampleView)));
if ( ! m_pTargetSampleView ) {
qWarning() << "no TargetSampleView!";
return;
Expand Down

0 comments on commit 6bf7b1a

Please sign in to comment.