aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljscomponentnamedialog.h
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2016-09-29 15:38:29 +0200
committerThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2016-10-04 08:59:13 +0000
commit5a3aa3fc3ee5de4430897004c6068f7ecb8788bc (patch)
tree377802ff91ea4986501d3ea1d31341532117c3b6 /src/plugins/qmljseditor/qmljscomponentnamedialog.h
parent920386220b6fdbe991ab6cb0c4c89637a05b01db (diff)
QmlDesigner: Allow .ui.qml file in component creation
Change-Id: I3ae5822820c365d0cbc7d679c6365a25f34b1637 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/qmljseditor/qmljscomponentnamedialog.h')
-rw-r--r--src/plugins/qmljseditor/qmljscomponentnamedialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmljseditor/qmljscomponentnamedialog.h b/src/plugins/qmljseditor/qmljscomponentnamedialog.h
index dc3f3674c9..72d54b93e9 100644
--- a/src/plugins/qmljseditor/qmljscomponentnamedialog.h
+++ b/src/plugins/qmljseditor/qmljscomponentnamedialog.h
@@ -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);