diff options
| author | Tannin <devnull@localhost> | 2014-01-13 19:32:54 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-01-13 19:32:54 +0100 |
| commit | a083a2d3b6506ab95d3b18ab0ffa7751750e0249 (patch) | |
| tree | 1bb333c8c8b1df4889f65dc383c25e37c6046289 /src/mainwindow.h | |
| parent | db09b806b9e765b5cb49a9a80f74a4440fff3027 (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.h | 5 |
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(); |
