Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Jul 27, 2020
1 parent 36cbf32 commit 170b449
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/openstudio_lib/OSDocument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,8 @@ bool OSDocument::save() {
// also copies the temp files to user location
bool saved = saveModel(this->model(), modelPath, toPath(m_modelTempDir));
if (!saved) {
QMessageBox::warning(this->mainWindow(), tr("Failed to save model"), tr("Failed to save model, make sure that you do not have the location open and that you have correct write access."));
QMessageBox::warning(this->mainWindow(), tr("Failed to save model"),
tr("Failed to save model, make sure that you do not have the location open and that you have correct write access."));
}

this->setSavePath(toQString(modelPath));
Expand Down

0 comments on commit 170b449

Please sign in to comment.