update version
This commit is contained in:
parent
6d59ad763c
commit
878e4b443f
@ -15,7 +15,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
QFile settings("NHWindow");
|
||||
settings.open(QIODevice::ReadOnly);
|
||||
QDataStream reader(&settings);
|
||||
QRect rect = QRect();
|
||||
QRect rect;
|
||||
reader >> rect;
|
||||
if (rect.bottom()) this->setGeometry(rect);
|
||||
|
||||
@ -37,7 +37,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
);
|
||||
|
||||
ReloadExtensions();
|
||||
Host::AddConsoleOutput(L"NextHooker beta v3.0.3 by Artikash\r\nSource code and more information available under GPLv3 at https://github.com/Artikash/NextHooker");
|
||||
Host::AddConsoleOutput(L"NextHooker beta v3.1.0 by Artikash\r\nSource code and more information available under GPLv3 at https://github.com/Artikash/NextHooker");
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow()
|
||||
|
Loading…
Reference in New Issue
Block a user