Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
macumber committed Jan 11, 2025
1 parent 55b3e3c commit c3e8c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model_editor/InspectorGadget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ void InspectorGadget::layoutComboBox(QVBoxLayout* layout, QWidget* parent, opens
idx = 0;
combo->insertItem(idx, QPixmap(":/images/alert_image.png"), curVal.c_str(), "Invalid");

//QString errormsg("We have a value:");
//QString errormsg("We have a value:");
//errormsg += curVal.c_str();
//errormsg += " that does not match the allowable values in the idd.Name:";
//errormsg += name.c_str();
Expand Down

0 comments on commit c3e8c04

Please sign in to comment.