diff options
| author | Tannin <devnull@localhost> | 2015-01-04 10:13:12 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-01-04 10:13:12 +0100 |
| commit | bd8267993d1ed0292200f3052e3c30d4fc9c84f7 (patch) | |
| tree | 6314f0ba928e81349417a8de495746b1b18cee11 /src/mainwindow.h | |
| parent | f5c56efeb3f362378459fdc1ddbf1fc71a2351f8 (diff) | |
- fixes after merge
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 8adaeb1f..199047b1 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -109,8 +109,6 @@ public: std::string readFromPipe(HANDLE stdOutRead);
void processLOOTOut(const std::string &lootOut, std::string &reportURL, std::string &errorMessages, QProgressDialog &dialog);
- HANDLE startApplication(const QString &executable, const QStringList &args = QStringList(), const QString &cwd = "", const QString &profile = "");
-
bool waitForProcessOrJob(HANDLE processHandle, LPDWORD exitCode = NULL);
void updateModInDirectoryStructure(unsigned int index, ModInfo::Ptr modInfo);
@@ -122,9 +120,6 @@ public: virtual void disconnectPlugins();
void unloadPlugins();
- virtual bool close();
- virtual void setEnabled(bool enabled);
-
void displayModInformation(ModInfo::Ptr modInfo, unsigned int index, int tab);
public slots:
@@ -163,8 +158,6 @@ protected: private:
- void refreshModList(bool saveChanges = true);
-
void actionToToolButton(QAction *&sourceAction);
void updateToolBar();
@@ -174,10 +167,7 @@ private: void startSteam();
- HANDLE spawnBinaryDirect(const QFileInfo &binary, const QString &arguments, const QString &profileName, const QDir ¤tDirectory, const QString &steamAppID);
-
void updateTo(QTreeWidgetItem *subTree, const std::wstring &directorySoFar, const MOShared::DirectoryEntry &directoryEntry, bool conflictsOnly);
- void refreshDirectoryStructure();
bool refreshProfiles(bool selectProfile = true);
void refreshExecutablesList();
void installMod();
@@ -365,15 +355,12 @@ private slots: void linkMenu();
void languageChange(const QString &newLanguage);
- void modStatusChanged(unsigned int index);
void saveSelectionChanged(QListWidgetItem *newItem);
void windowTutorialFinished(const QString &windowName);
BSA::EErrorCode extractBSA(BSA::Archive &archive, BSA::Folder::Ptr folder, const QString &destination, QProgressDialog &extractProgress);
- void syncOverwrite();
-
void createModFromOverwrite();
void procError(QProcess::ProcessError error);
@@ -387,7 +374,6 @@ private slots: void linkClicked(const QString &url);
- void installDownload(int index);
void updateAvailable();
void motdReceived(const QString &motd);
@@ -404,7 +390,7 @@ private slots: void modDetailsUpdated(bool success);
void modlistChanged(int row);
- void modInstalled();
+ void modInstalled(const QString &modName);
void nxmUpdatesAvailable(const std::vector<int> &modIDs, QVariant userData, QVariant resultData, int requestID);
void nxmEndorsementToggled(int, QVariant, QVariant resultData, int);
@@ -481,7 +467,6 @@ private slots: void about();
void delayedRemove();
- void requestDownload(const QUrl &url, QNetworkReply *reply);
void modlistSelectionChanged(const QModelIndex ¤t, const QModelIndex &previous);
void modListSortIndicatorChanged(int column, Qt::SortOrder order);
|
