forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/5.0'
Change-Id: I9409f35cb9d1bc2e57631d2bfa3a0931ff5dd259
This commit is contained in:
@@ -608,9 +608,8 @@ public:
|
||||
class UnsupportedTypesByVisualDesigner : public QStringList
|
||||
{
|
||||
public:
|
||||
UnsupportedTypesByVisualDesigner() : QStringList({"Timer",
|
||||
"Package",
|
||||
"Particles"})
|
||||
UnsupportedTypesByVisualDesigner()
|
||||
: QStringList({"Timer", "Package", "Particles", "ApplicationWindow"})
|
||||
{}
|
||||
};
|
||||
|
||||
@@ -628,11 +627,13 @@ public:
|
||||
class UnsupportedRootObjectTypesByVisualDesigner : public QStringList
|
||||
{
|
||||
public:
|
||||
UnsupportedRootObjectTypesByVisualDesigner() : QStringList({"QtObject"
|
||||
"ListModel"
|
||||
"Component"
|
||||
"Timer"
|
||||
"Package"})
|
||||
UnsupportedRootObjectTypesByVisualDesigner()
|
||||
: QStringList({"QtObject"
|
||||
"ListModel"
|
||||
"Component"
|
||||
"Timer"
|
||||
"Package",
|
||||
"ApplicationWindow"})
|
||||
{}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user