slot to get currentIndex in the combobox changed
Definition at line 859 of file aimainwindow.cpp. 00860 { 00861 try 00862 { 00863 m_selectedFractalIndex = index; 00864 } 00865 catch(const std::exception & exception ) 00866 { 00867 QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =).")); 00868 } 00869 } |