summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-03-18 20:03:46 +0100
committerTannin <devnull@localhost>2013-03-18 20:03:46 +0100
commit8b31996525de06bcb0ff519be42a732c85f532c9 (patch)
treeddf491f435d282c687376ba4c13e99e7cc5dd7b0 /src/mainwindow.h
parentb3d0fcb2083143dc21c751adafd2523c3555e5d2 (diff)
- bugfix: invalid ini file name when creating profile for oblivion from default settings
- bugfix: archives.txt file was potentially not generated if there were no bsas - bugfix: static __declspec(thread) declaration causes crashes in windows versions before vista - logger class in hook.dll now tries alternative names for the log file if it can't access the regular file - path-environment variable for mo-spawned processes now contains the path to MO, in case the hook.dll needs to find the msvc-dlls - stack-search in ini-limit hack now starts searching on local stack. This should find the right stack position for the hack more reliable
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 075c6247..89e29685 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -171,6 +171,7 @@ private:
void installMod(const QString &fileName);
void installMod();
bool modifyExecutablesDialog();
+ void modOpenNext();
void displayModInformation(ModInfo::Ptr modInfo, unsigned int index, int tab);
void displayModInformation(int row, int tab = 0);
void testExtractBSA(int modIndex);