diff options
| author | Tannin <devnull@localhost> | 2013-10-16 19:34:56 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-10-16 19:34:56 +0200 |
| commit | 0b84cc3d45e15d2edec6a083b5139e6d7528b53d (patch) | |
| tree | 2ec5067022aab265cd2af1cfeac38f34b88a3778 /src/mainwindow.cpp | |
| parent | 1bf3cc585e28516f4ff6c9edf720fa9d290f47c2 (diff) | |
| parent | eae275cc843883d04892767c10b1dba2d7b11613 (diff) | |
Merge
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 1b6fd047..b7a0fc2f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -111,6 +111,8 @@ using namespace MOBase; using namespace MOShared; + + static bool isOnline() { QList<QNetworkInterface> interfaces = QNetworkInterface::allInterfaces(); @@ -146,7 +148,7 @@ MainWindow::MainWindow(const QString &exeName, QSettings &initSettings, QWidget m_Updater(NexusInterface::instance(), this), m_CategoryFactory(CategoryFactory::instance()), m_CurrentProfile(NULL), m_AskForNexusPW(false), m_LoginAttempted(false), m_ArchivesInit(false), m_ContextItem(NULL), m_ContextAction(NULL), m_CurrentSaveView(NULL), - m_GameInfo(new GameInfoImpl()) + m_GameInfo(new GameInfoImpl()), m_AboutToRun() { ui->setupUi(this); this->setWindowTitle(ToQString(GameInfo::instance().getGameName()) + " Mod Organizer v" + m_Updater.getVersion().displayString()); |
