summaryrefslogtreecommitdiff
path: root/src/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h
index 61450f7..294df7b 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -30,6 +30,8 @@ struct Entry {
bool hidden = false
);
+ static QList<Entry> entries;
+
// function for sorting algorithm
static bool compare(Entry a, Entry b);
};