mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 11:04:39 +00:00
i declaration out of for if you want to use it outside...
This commit is contained in:
parent
873aed8632
commit
d7263297f5
@ -434,9 +434,9 @@ void QualityMapperDialog::initTF()
|
||||
// ui.presetComboBox->disconnect(SIGNAL(textChanged()));
|
||||
// connect(&_equalizerHandles[0], SIGNAL(positionChanged()), &_equalizerHandles[1], SLOT(moveMidHandle()));
|
||||
ui.presetComboBox->blockSignals( true );
|
||||
|
||||
int i;
|
||||
QString itemText;
|
||||
for ( int i=0; i<NUMBER_OF_DEFAULT_TF; i++ )
|
||||
for (i=0; i<NUMBER_OF_DEFAULT_TF; i++ )
|
||||
{
|
||||
itemText = TransferFunction::defaultTFs[(STARTUP_TF_TYPE + i)%NUMBER_OF_DEFAULT_TF];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user