Skip to content

Instantly share code, notes, and snippets.

@zenoalbisser
Created November 28, 2013 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zenoalbisser/7689059 to your computer and use it in GitHub Desktop.
Save zenoalbisser/7689059 to your computer and use it in GitHub Desktop.
diff --git a/lib/quick/qquickwebengineview_p_p.h b/lib/quick/qquickwebengineview_p_p.h
index 2db52d3..10f8738 100644
--- a/lib/quick/qquickwebengineview_p_p.h
+++ b/lib/quick/qquickwebengineview_p_p.h
@@ -83,6 +83,13 @@ public:
QQuickItem *nonFullScreenParent;
};
+class Something : public QObject
+{
+ Q_OBJECT
+public:
+ Something() {}
+};
+
QT_END_NAMESPACE
#endif // QQUICKWEBENGINEVIEW_P_P_H
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment