Skip to content

Commit

Permalink
Add Qt version to Help dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
epasveer committed Jun 3, 2023
1 parent 669b890 commit d08823b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SeerUtl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
namespace Seer {

QString version () {
return SEER_VERSION;
return SEER_VERSION + QString(" (Qt") + QT_VERSION_STR + ")";
}

QString filterEscapes (const QString& str) {
Expand Down

0 comments on commit d08823b

Please sign in to comment.