summaryrefslogtreecommitdiff
path: root/src/datatab.h
diff options
context:
space:
mode:
authorJonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com>2024-10-10 13:49:31 +0200
committerGitHub <noreply@github.com>2024-10-10 13:49:31 +0200
commitbafc058b7f84d5133d166cf322d0b7e07c170f49 (patch)
treef6fd2215f22d114e4182b3af2c908d4d5a16162a /src/datatab.h
parent71434efaa98eff5bf6182b5151a367be61522474 (diff)
Add filter checkbox to data tab to show/hide hidden files (#2136)
Diffstat (limited to 'src/datatab.h')
-rw-r--r--src/datatab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datatab.h b/src/datatab.h
index 3eb91681..0bc0d83e 100644
--- a/src/datatab.h
+++ b/src/datatab.h
@@ -54,6 +54,7 @@ private:
QTreeView* tree;
QCheckBox* conflicts;
QCheckBox* archives;
+ QCheckBox* hiddenFiles;
};
OrganizerCore& m_core;
@@ -69,6 +70,7 @@ private:
void onItemExpanded(QTreeWidgetItem* item);
void onConflicts();
void onArchives();
+ void onHiddenFiles();
void updateOptions();
void ensureFullyLoaded();
bool isActive() const;