summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index cc144287..ef111078 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -136,6 +136,7 @@ public:
void updateModInDirectoryStructure(unsigned int index, ModInfo::Ptr modInfo);
+ void waitForProcessOrJob(HANDLE processHandle);
public slots:
void refreshLists();
@@ -560,6 +561,8 @@ private slots:
void delayedRemove();
void requestDownload(const QUrl &url, QNetworkReply *reply);
+ void modlistSelectionChanged(const QModelIndex &current, const QModelIndex &previous);
+ void modListSortIndicatorChanged(int column, Qt::SortOrder order);
private slots: // ui slots
void profileRefresh();