forked from qt-creator/qt-creator
QmlDesigner: Compile fix for namespaced Qt
Change-Id: Icabee53c56e25d8681664a4c40c99df0abdc2555 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -28,9 +28,9 @@
|
|||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
|
||||||
namespace Ui {
|
QT_BEGIN_NAMESPACE
|
||||||
class AddSignalHandlerDialog;
|
namespace Ui { class AddSignalHandlerDialog; }
|
||||||
}
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
class AddSignalHandlerDialog : public QDialog
|
class AddSignalHandlerDialog : public QDialog
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user