diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.cpp | 4 | ||||
| -rw-r--r-- | src/settingsdialog.h | 1 | ||||
| -rw-r--r-- | src/version.rc | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 1ecb6417..9296378d 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -261,7 +261,7 @@ MainWindow::MainWindow(QSettings &initSettings actionToToolButton(ui->actionEndorseMO); createEndorseWidget(); - + toggleMO2EndorseState(); for (QAction *action : ui->toolBar->actions()) { @@ -4542,7 +4542,7 @@ void MainWindow::on_modList_customContextMenuRequested(const QPoint &pos) } if (info->getNexusID() > 0) - menu->addAction(tr("Force-check updates"), this, SLOT(checkModUpdates_clicked())); + menu.addAction(tr("Force-check updates"), this, SLOT(checkModUpdates_clicked())); if (info->updateIgnored()) { menu.addAction(tr("Un-ignore update"), this, SLOT(unignoreUpdate())); } else { diff --git a/src/settingsdialog.h b/src/settingsdialog.h index 0c8e9645..d6dfe384 100644 --- a/src/settingsdialog.h +++ b/src/settingsdialog.h @@ -181,7 +181,6 @@ private: QString m_AuthToken; QString m_ExecutableBlacklist; - QWebSocket *m_nexusLogin; QTimer m_loginTimer; int m_totalPings = 0; diff --git a/src/version.rc b/src/version.rc index 17a195ed..549867cc 100644 --- a/src/version.rc +++ b/src/version.rc @@ -4,7 +4,7 @@ // Otherwise, if letters are used in VER_FILEVERSION_STR, uses the full MOBase::VersionInfo parser // Otherwise, uses the numbers from VER_FILEVERSION and sets the release type as pre-alpha #define VER_FILEVERSION 2,2,0 -#define VER_FILEVERSION_STR "2.2.0beta3\0" +#define VER_FILEVERSION_STR "2.2.0beta4\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
