summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-16 19:41:17 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-16 19:41:17 -0500
commit838446e262ac628c748b2e2b2f2ec0cfaff01508 (patch)
treeb0d8b8aa598c3e2d13a9f287a38b968f160fba28 /src/mainwindow.h
parentd6c3bad01a85c1a5b1a3bdd86efc85efdd4c5f29 (diff)
split loot stuff to loot.h/cpp, no changes in functionality
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index c80287b2..7c2ee1eb 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -136,10 +136,6 @@ public:
void addPrimaryCategoryCandidates(QMenu *primaryCategoryMenu, ModInfo::Ptr info);
- void createStdoutPipe(HANDLE *stdOutRead, HANDLE *stdOutWrite);
- std::string readFromPipe(HANDLE stdOutRead);
- void processLOOTOut(const std::string &lootOut, std::string &errorMessages, QProgressDialog &dialog);
-
void updateModInDirectoryStructure(unsigned int index, ModInfo::Ptr modInfo);
QString getOriginDisplayName(int originID);