Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagoda committed Nov 5, 2019
1 parent 41044b8 commit 4fd9457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>4</number>
<number>0</number>
</property>
<property name="movable">
<bool>false</bool>
Expand Down Expand Up @@ -398,7 +398,7 @@ As of May 24, 2016, this project has moved to https://github.com/AntiMicro/antim
<item>
<widget class="QLabel" name="copyrightLabel">
<property name="text">
<string>Copyright: 2013 - 2018</string>
<string>Copyright: 2013 - 2019</string>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
Expand Down
2 changes: 1 addition & 1 deletion tests/testaboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void TestAboutDialog::creditsInfoEmpty()
void TestAboutDialog::testVersion()
{
QLabel* versionLabel = aboutDialog.findChild<QLabel*>("versionLabel");
QCOMPARE(versionLabel->text(), QString("2.24.0"));
QCOMPARE(versionLabel->text(), QString("2.24.2"));
}

QTEST_MAIN(TestAboutDialog)
Expand Down

0 comments on commit 4fd9457

Please sign in to comment.