diff options
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index cc144287..89e883f9 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(); @@ -335,7 +336,7 @@ private: QTreeWidgetItem *m_ContextItem; QAction *m_ContextAction; - int m_SelectedSaveGame; + //int m_SelectedSaveGame; Settings m_Settings; @@ -560,6 +561,8 @@ private slots: void delayedRemove(); void requestDownload(const QUrl &url, QNetworkReply *reply); + void modlistSelectionChanged(const QModelIndex ¤t, const QModelIndex &previous); + void modListSortIndicatorChanged(int column, Qt::SortOrder order); private slots: // ui slots void profileRefresh(); |
