From 60d3e221c0f799cad71d5e539b896ab26246b381 Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Thu, 8 Apr 2021 18:26:07 +0200 Subject: Show application version in the about dialog --- src/mainwindow.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index ba2979a..fd28d67 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -506,11 +506,12 @@ void MainWindow::on_actionAbout_triggered() { QMessageBox::about(this, tr("Kristall"), -tr(R"about(Kristall, an OpenSource Gemini browser. +tr(R"about(Kristall %1 +An OpenSource Gemini browser. Made by Felix "xq" Queißner This is free software. You can get the source code at -https://github.com/MasterQ32/Kristall)about") +https://github.com/MasterQ32/Kristall)about").arg(QApplication::applicationVersion()) ); } -- cgit v1.2.3