diff --git a/src/project.cpp b/src/project.cpp index 4b68be4a..a0fd661f 100644 --- a/src/project.cpp +++ b/src/project.cpp @@ -69,6 +69,7 @@ void Project::initSignals() { notice.setInformativeText(QString("The file %1 has changed on disk. Would you like to reload the project?") .arg(changed.remove(this->root + "/"))); notice.setStandardButtons(QMessageBox::No | QMessageBox::Yes); + notice.setDefaultButton(QMessageBox::No); notice.setIcon(QMessageBox::Question); QCheckBox showAgainCheck("Do not ask again.");