mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove about window have for Beta releases
Simply tag the beta versions correctly and none of this is needed. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2c4ae23ccc
commit
3bcb634e06
1 changed files with 0 additions and 5 deletions
|
@ -10,11 +10,6 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::WindowFlags f) : QDialog(p
|
||||||
|
|
||||||
setWindowModality(Qt::ApplicationModal);
|
setWindowModality(Qt::ApplicationModal);
|
||||||
QString versionString(subsurface_git_version());
|
QString versionString(subsurface_git_version());
|
||||||
QStringList readableVersions = QStringList() << "4.3.950" << "4.4 Beta 1" <<
|
|
||||||
"4.3.960" << "4.4 Beta 2" <<
|
|
||||||
"4.3.970" << "4.4 Beta 3";
|
|
||||||
if (readableVersions.contains(versionString))
|
|
||||||
versionString = readableVersions[readableVersions.indexOf(versionString) + 1];
|
|
||||||
|
|
||||||
ui.aboutLabel->setText(tr("<span style='font-size: 18pt; font-weight: bold;'>"
|
ui.aboutLabel->setText(tr("<span style='font-size: 18pt; font-weight: bold;'>"
|
||||||
"Subsurface %1 </span><br><br>"
|
"Subsurface %1 </span><br><br>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue