Skip to content
Snippets Groups Projects
Commit e3fa65f6 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

CppEditor: Fix build with namespaced Qt.


Change-Id: Id5a2dce79b27c8c4599d7cdc0935064f5db44f13
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@digia.com>
parent fdd4f463
No related branches found
No related tags found
No related merge requests found
...@@ -37,12 +37,9 @@ ...@@ -37,12 +37,9 @@
#include <QVariantMap> #include <QVariantMap>
#include <QPointer> #include <QPointer>
namespace Ui {
class CppPreProcessorAdditionWidget;
}
namespace CppEditor { namespace CppEditor {
namespace Internal { namespace Internal {
namespace Ui { class CppPreProcessorAdditionWidget; }
class PreProcessorAdditionWidget : public QWidget class PreProcessorAdditionWidget : public QWidget
{ {
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>CppPreProcessorAdditionWidget</class> <class>CppEditor::Internal::CppPreProcessorAdditionWidget</class>
<widget class="QWidget" name="CppPreProcessorAdditionWidget"> <widget class="QWidget" name="CppEditor::Internal::CppPreProcessorAdditionWidget">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment