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 <QStringList>
|
||||
|
||||
namespace Ui {
|
||||
class AddSignalHandlerDialog;
|
||||
}
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui { class AddSignalHandlerDialog; }
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class AddSignalHandlerDialog : public QDialog
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user