Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Artikash committed Sep 13, 2018
1 parent 6d59ad7 commit 878e4b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GUI/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand All @@ -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()
Expand Down

0 comments on commit 878e4b4

Please sign in to comment.