summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-01-13 19:32:54 +0100
committerTannin <devnull@localhost>2014-01-13 19:32:54 +0100
commita083a2d3b6506ab95d3b18ab0ffa7751750e0249 (patch)
tree1bb333c8c8b1df4889f65dc383c25e37c6046289 /src/mainwindow.h
parentdb09b806b9e765b5cb49a9a80f74a4440fff3027 (diff)
- implemented hook for NtQueryDirectoryFile
- saves list is now automatically updated on FS changes - optimization: data tree widget is no longer filled completely at once but one directory at a time - bugfix: pending downloads were not removed from list after a failed nxm request - bugfix: there was still a nmm.nexusmods.com link - bugfix: the text "alpha" in version strings wasn't interpreted correctly
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 21c121fb..59bee7bb 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -370,6 +370,8 @@ private:
PreviewGenerator m_PreviewGenerator;
+ QFileSystemWatcher m_SavesWatcher;
+
private slots:
void showMessage(const QString &message);
@@ -523,6 +525,9 @@ private slots:
void ignoreUpdate();
void unignoreUpdate();
+ void refreshSavesIfOpen();
+ void expandDataTreeItem(QTreeWidgetItem *item);
+
private slots: // ui slots
// actions
void on_actionAdd_Profile_triggered();