summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-07-15 20:45:29 +0200
committerTannin <devnull@localhost>2014-07-15 20:45:29 +0200
commit0a152ceadfc90650359b15dc448751f702e1070c (patch)
tree02e468fb58330d25fd765974e48ab681bf360cab /src/mainwindow.h
parentd412060d59b1597ae1d11d793662610e90863fc9 (diff)
parent5718af351034c1936a91a3782651733dfecdc4e5 (diff)
Merge
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
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 &current, const QModelIndex &previous);
+ void modListSortIndicatorChanged(int column, Qt::SortOrder order);
private slots: // ui slots
void profileRefresh();