Bug: https://bugs.gentoo.org/602166 diff -Naur a/mainwindow.cpp b/mainwindow.cpp --- a/mainwindow.cpp 2017-07-31 18:06:33.206668001 -0400 +++ b/mainwindow.cpp 2017-07-31 18:07:09.685940997 -0400 @@ -781,7 +781,7 @@ ******************************************************************************/ void MainWindow::find () throw() { - auto autoSettingsReset asr(sui); // dtor calls sui->reset() + autoSettingsReset asr(sui); // dtor calls sui->reset() bool modeAdvanced = ui->actionAdvanced->isChecked(); qDebug() << "modeAdvanced-" << modeAdvanced;