We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c7e09 commit 4a2ba75Copy full SHA for 4a2ba75
qt-5-pyqt5/src/scripter.h
@@ -1,3 +1,5 @@
1
+#ifndef SCRIPTER_H
2
+#define SCRIPTER_H
3
#include <string>
4
#include <QString>
5
@@ -15,3 +17,4 @@ class Scripter
15
17
private:
16
18
py::scoped_interpreter guard{}; // start the interpreter and keep it alive
19
};
20
+#endif
qt-5-pyqt5/src/scripterAPI.h
@@ -1,4 +1,7 @@
+#ifndef SCRIPTERAPI_H
+#define SCRIPTERAPI_H
struct ScripterAPI
{
int bar = 1;
6
7
0 commit comments