summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-25 04:01:32 -0500
committerGitHub <noreply@github.com>2019-11-25 04:01:32 -0500
commit765c9667de25547929f8ff58e3eab7bd3aeb3cbf (patch)
treeb8dc9f70a3a812fa3eb59461ab3bd65916b4b6b8 /src/mainwindow.h
parent5f165b80e8035bafa15fe5a534726733836a3dd7 (diff)
parentf1b621d0babd33537cde97fc9d53e0dfa0ad5ea5 (diff)
Merge pull request #901 from isanae/loot-rework
Loot rework
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);