We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afe53c commit 364d806Copy full SHA for 364d806
1 file changed
gui/projectfile.h
@@ -16,6 +16,9 @@
16
* along with this program. If not, see <http://www.gnu.org/licenses/
17
*/
18
19
+#ifndef _PROJECT_FILE_H_
20
+#define _PROJECT_FILE_H_
21
+
22
#include <QObject>
23
#include <QString>
24
#include <QStringList>
@@ -61,3 +64,5 @@ class ProjectFile : public QObject
61
64
62
65
QStringList mDeAllocatedClasses;
63
66
};
67
68
+#endif // _PROJECT_FILE_H_
0 commit comments