forked from qt-creator/qt-creator
CustomParser: Compile fix with namespaced Qt
Change-Id: I1e84ff126e50052cd1990f33a7b85d19fc4f3b13 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -34,9 +34,9 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class CustomParserConfigDialog;
|
||||
}
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui { class CustomParserConfigDialog; }
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class CustomParserConfigDialog : public QDialog
|
||||
{
|
||||
|
Reference in New Issue
Block a user