diff options
| author | Tannin <devnull@localhost> | 2014-07-15 20:45:29 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-07-15 20:45:29 +0200 |
| commit | 0a152ceadfc90650359b15dc448751f702e1070c (patch) | |
| tree | 02e468fb58330d25fd765974e48ab681bf360cab /src/mainwindow.h | |
| parent | d412060d59b1597ae1d11d793662610e90863fc9 (diff) | |
| parent | 5718af351034c1936a91a3782651733dfecdc4e5 (diff) | |
Merge
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(); |
