diff options
| author | Brian Potchik <brian@vector35.com> | 2020-10-25 18:07:48 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-10-25 18:07:48 -0400 |
| commit | 56d4144fe00ae93e95092a70aab6da7e1c382e38 (patch) | |
| tree | 14c8135b4983739c3ab9cd91459af5175e65a9cf /ui/filecontext.h | |
| parent | 905382cc267cc1d0ee5e3c6e122819b869f46701 (diff) | |
Add Save All action to the UI.
Diffstat (limited to 'ui/filecontext.h')
| -rw-r--r-- | ui/filecontext.h | 1 |
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(); }; |
