From 6516a6b7c19713de28db7142612f1c095e541317 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 17 Feb 2013 09:26:29 +0100 Subject: - moved shared and uibase libraries to namespaces - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash --- src/nexusdialog.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/nexusdialog.cpp') diff --git a/src/nexusdialog.cpp b/src/nexusdialog.cpp index 7046cdd7..91c0caf8 100644 --- a/src/nexusdialog.cpp +++ b/src/nexusdialog.cpp @@ -33,6 +33,9 @@ along with Mod Organizer. If not, see . #include +using namespace MOBase; +using namespace MOShared; + NexusDialog::NexusDialog(NXMAccessManager *accessManager, QWidget *parent) : QDialog(parent), ui(new Ui::NexusDialog), m_ModUrlExp(QString("http://([a-zA-Z0-9]*).nexusmods.com/mods/(\\d+)"), Qt::CaseInsensitive), -- cgit v1.3.1