Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
add 153 name
Browse files Browse the repository at this point in the history
  • Loading branch information
xxzl0130 committed May 10, 2021
1 parent eb9666d commit 1aa47f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Chip/Chip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ QString squadString(int i)
return QString("AT4");
case 6:
return QString("QLZ");
case 7:
return QString("Mk153");
default:
return QString("");
}
Expand Down
5 changes: 5 additions & 0 deletions ChipDataWindow/ChipDataWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
<string>QLZ-04</string>
</property>
</item>
<item>
<property name="text">
<string>Mk-153</string>
</property>
</item>
</widget>
</item>
<item row="6" column="0">
Expand Down
2 changes: 1 addition & 1 deletion CodeX/AboutDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

AboutDialog::AboutDialog(QWidget *parent)
: QDialog(parent),
version(2,2,1),
version(2,2,2),
ui(new Ui::AboutDialog()),
accessManager_(new QNetworkAccessManager(this))
{
Expand Down

0 comments on commit 1aa47f8

Please sign in to comment.