OpenDocumentsFile.hpp
1 #pragma once
2 
3 #include <QString>
4 
5 #include <score_lib_base_export.h>
6 namespace score
7 {
15 struct SCORE_LIB_BASE_EXPORT OpenDocumentsFile
16 {
17  static bool exists();
18  static QString path();
19 };
20 }
Base toolkit upon which the software is built.
Definition: Application.cpp:90
File used for crash restore.
Definition: OpenDocumentsFile.hpp:16