MODIFIED: #1471 We should be able to close the application even when there's no loaded project.

--HG--
branch : gsoc2012-gui-editor
hg/feature/sse2
dfighter1985 12 years ago
parent cb13ce46cd
commit e376bed8f1

@ -252,7 +252,7 @@ namespace GUIEditor
bool GUIEditorWindow::close()
{
if( currentProject.isEmpty() )
return false;
return true;
QMessageBox::StandardButton reply = QMessageBox::question( this,
tr( "Closing project" ),

Loading…
Cancel
Save