summaryrefslogtreecommitdiff
path: root/ui/filecontext.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-10-25 18:07:48 -0400
committerBrian Potchik <brian@vector35.com>2020-10-25 18:07:48 -0400
commit56d4144fe00ae93e95092a70aab6da7e1c382e38 (patch)
tree14c8135b4983739c3ab9cd91459af5175e65a9cf /ui/filecontext.h
parent905382cc267cc1d0ee5e3c6e122819b869f46701 (diff)
Add Save All action to the UI.
Diffstat (limited to 'ui/filecontext.h')
-rw-r--r--ui/filecontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/filecontext.h b/ui/filecontext.h
index a3939a13..3a7799a5 100644
--- a/ui/filecontext.h
+++ b/ui/filecontext.h
@@ -75,4 +75,5 @@ public:
static FileContext* newFile();
static FileContext* openFilename(const QString& path);
+ static const std::set<FileContext*>& getOpenFileContexts();
};