forked from qt-creator/qt-creator
CppEditor: Fix build with namespaced Qt.
Change-Id: Id5a2dce79b27c8c4599d7cdc0935064f5db44f13 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?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>
|
||||||
|
|||||||
Reference in New Issue
Block a user