Skip to content

Commit

Permalink
Modify return value
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Nov 17, 2016
1 parent 1e81afa commit 847663b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ int MainWindow::LoadMap(QString szFile)
} while(0);
this->statusBar()->showMessage(tr("Ready"));
m_MapViewer.setCursor(Qt::OpenHandCursor);
return 0;
return nRet;
}

void MainWindow::on_actionOpen_O_triggered()
Expand Down

0 comments on commit 847663b

Please sign in to comment.