diff options
Diffstat (limited to 'src/JSObject.h')
| -rw-r--r-- | src/JSObject.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/JSObject.h b/src/JSObject.h index 18ae5bb..ecbc4f2 100644 --- a/src/JSObject.h +++ b/src/JSObject.h @@ -11,7 +11,7 @@ #define JSOBJECT_H_ #include "fbgui.h" - +#include "sysInfo.h" class JSObject : public QObject @@ -20,6 +20,7 @@ class JSObject : public QObject private: QWebFrame* _parent; + sysInfo sim; public: JSObject(QWebFrame* parent); |
