mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 04:30:43 +00:00
Don't mess with version numbers in breaky
This commit is contained in:
parent
780820f5cd
commit
047515dfb0
@ -62,7 +62,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||||||
|
|
||||||
logtime.start();
|
logtime.start();
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
this->setWindowTitle(tr("SleepyHead")+QString(" v%1.%2.%3 (%4)").arg(major_version).arg(minor_version).arg(revision_number).arg(PREF["Profile"].toString()));
|
this->setWindowTitle(tr("SleepyHead")+QString(" v%1.%2.%3 BREAKY (%4)").arg(major_version).arg(minor_version).arg(revision_number).arg(PREF["Profile"].toString()));
|
||||||
ui->tabWidget->setCurrentIndex(0);
|
ui->tabWidget->setCurrentIndex(0);
|
||||||
//move(0,0);
|
//move(0,0);
|
||||||
overview=NULL;
|
overview=NULL;
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
#include "preferencesdialog.h"
|
#include "preferencesdialog.h"
|
||||||
|
|
||||||
const int major_version=0;
|
const int major_version=0;
|
||||||
const int minor_version=9;
|
const int minor_version=8;
|
||||||
const int revision_number=0;
|
const int revision_number=7;
|
||||||
|
|
||||||
extern Profile * profile;
|
extern Profile * profile;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user