diff options
| author | Tannin <devnull@localhost> | 2015-01-06 19:31:53 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-01-06 19:31:53 +0100 |
| commit | 9edc39633b82b5e02d33c4b0a395fe110af28eb4 (patch) | |
| tree | 90d627525292cb87f3d4b7330b1847a17b568b61 /src/mainwindow.h | |
| parent | b415db619ed027ec2acd283983624293274b090f (diff) | |
- bugfixes
- moved more functionality to game-plugins
- further decoupled management functionality from the UI
- created another "tutorial" which is only a single page with relevant parts of
the ui highlighted with info as tooltips
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index feaedef8..52c202a7 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -39,7 +39,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <archive.h>
#include "directoryrefresher.h"
#include <imoinfo.h>
-#include <iplugingame.h>
#include "settings.h"
#include "downloadmanager.h"
#include "installationmanager.h"
@@ -98,8 +97,6 @@ public: void setModListSorting(int index);
void setESPListSorting(int index);
- void createFirstProfile();
-
bool saveArchiveList();
void registerPluginTool(MOBase::IPluginTool *tool);
@@ -303,8 +300,6 @@ private: OrganizerCore &m_OrganizerCore;
PluginContainer &m_PluginContainer;
- MOBase::IPluginGame *m_ActiveGame;
-
QString m_CurrentLanguage;
std::vector<QTranslator*> m_Translators;
|
