aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljscomponentnamedialog.h
diff options
context:
space:
mode:
authorMarco Benelli <marco.benelli@theqtcompany.com>2015-03-23 15:53:23 +0100
committerMarco Benelli <marco.benelli@theqtcompany.com>2015-04-02 07:10:09 +0000
commita212b1f745f660c3fe74be520f5b360c573f46f8 (patch)
tree641856d09e4839e1e95841e9fe52cffb799b955d /src/plugins/qmljseditor/qmljscomponentnamedialog.h
parent7aa8ae54ae6bf12fa69302ec4325b3a23dfd3b2d (diff)
Fixed wrong behavior of "Move Component in Separate File" for qml.
The dialog accepted/rejected value is now checked. Task-number: QTCREATORBUG-14175 Change-Id: I9a39c0cf87b7e11613a333b2d3a63b77e39b6d97 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
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 30bb2b8ced..4a6cd0938b 100644
--- a/src/plugins/qmljseditor/qmljscomponentnamedialog.h
+++ b/src/plugins/qmljseditor/qmljscomponentnamedialog.h
@@ -46,7 +46,7 @@ public:
explicit ComponentNameDialog(QWidget *parent = 0);
~ComponentNameDialog();
- static void go(QString *proposedName, QString *proposedPath, QWidget *parent = 0);
+ static bool go(QString *proposedName, QString *proposedPath, QWidget *parent = 0);
public slots:
void choosePath();