mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
cleanup: remove long obsolete code
We have stopped playing with beta versions many many years ago. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
827e3f8ecc
commit
50ef42d580
1 changed files with 0 additions and 5 deletions
|
@ -11,11 +11,6 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent) : QDialog(parent, QFlag(0))
|
||||||
|
|
||||||
setWindowModality(Qt::ApplicationModal);
|
setWindowModality(Qt::ApplicationModal);
|
||||||
QString versionString(subsurface_git_version());
|
QString versionString(subsurface_git_version());
|
||||||
QStringList readableVersions = QStringList() << "4.5.95" << "4.6 Beta 0" <<
|
|
||||||
"4.5.96" << "4.6 Beta 1" <<
|
|
||||||
"4.5.97" << "4.6 Beta 2";
|
|
||||||
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…
Reference in a new issue