forked from qt-creator/qt-creator
QmlDesigner: Allow .ui.qml file in component creation
Change-Id: I3ae5822820c365d0cbc7d679c6365a25f34b1637 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
explicit ComponentNameDialog(QWidget *parent = 0);
|
||||
~ComponentNameDialog();
|
||||
|
||||
static bool go(QString *proposedName, QString *proposedPath,
|
||||
static bool go(QString *proposedName, QString *proposedPath, QString *proposedSuffix,
|
||||
const QStringList &properties, const QStringList &sourcePreview, const QString &oldFileName,
|
||||
QStringList *result,
|
||||
QWidget *parent = 0);
|
||||
|
||||
Reference in New Issue
Block a user