From 56d4144fe00ae93e95092a70aab6da7e1c382e38 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sun, 25 Oct 2020 18:07:48 -0400 Subject: Add Save All action to the UI. --- ui/filecontext.h | 1 + 1 file changed, 1 insertion(+) 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& getOpenFileContexts(); }; -- cgit v1.3.1