How to use <QGeometryData> namespace
Hi,
I am trying to include the <QGeometryData> namespace, but my Qt 5.0 is not recognizing it.
It displays a wavy line under it:
- #ifndef TEST_H
- #define TEST_H
- #include <QMainWindow>
- #include <QGeometryData>
- namespace Ui {
- class Test;
- }
- {
- Q_OBJECT
- public:
- ~Test();
- private:
- Ui::Test *ui;
- };
- #endif // TEST_H
1 reply
Closed due to double post.
You must log in to post a reply. Not a member yet? Register here!


