forked from qt-creator/qt-creator
Fix build with namespaced Qt
Change-Id: If5675920a5e4020a8a21e103eed6613475f709b5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
@@ -30,9 +30,11 @@
|
|||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class FilePropertiesDialog;
|
class FilePropertiesDialog;
|
||||||
}
|
}
|
||||||
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
class FilePropertiesDialog : public QDialog
|
class FilePropertiesDialog : public QDialog
|
||||||
{
|
{
|
||||||
|
@@ -31,7 +31,9 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QVector>
|
#include <QVector>
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
class QSettings;
|
class QSettings;
|
||||||
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
namespace SerialTerminal {
|
namespace SerialTerminal {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
Reference in New Issue
Block a user