diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2020-01-22 23:09:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-22 23:09:45 +0100 |
| commit | eacbe101f180b48bb48bf36d84125ed8cfd4901a (patch) | |
| tree | 217440ae03e9a9e9cf53b15cd9309f972a7d34a2 /src/mainwindow.h | |
| parent | 84678a3a2866ebb9d32337948b3f634efa08b7e6 (diff) | |
| parent | 7c55ae3a2233c1031504cefeab059b7a83fc5bf9 (diff) | |
Merge pull request #979 from Al12rs/hidden-files-flag
Add Restore hidden files option and clean up hidden files code
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 8f000983..2c45049a 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -421,6 +421,7 @@ private slots: void untrack_clicked(); void ignoreMissingData_clicked(); void markConverted_clicked(); + void restoreHiddenFiles_clicked(); void visitOnNexus_clicked(); void visitWebPage_clicked(); void openExplorer_clicked(); |
