diff options
| -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(); }; |
