diff options
author | Eike Ziller <eike.ziller@theqtcompany.com> | 2015-09-08 07:36:31 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@theqtcompany.com> | 2015-09-08 07:36:36 +0200 |
commit | c6125f279063366ada1c32d76018a2f7c722abf0 (patch) | |
tree | b7c4db3755adb5404d753df5f05251bad0f8fb4b /src/plugins/cppeditor | |
parent | 9e2c0f55f2888afda5c40988653feeac8bdbf5c0 (diff) | |
parent | 7dbea56b9c1ca41fb0408689a73f61a4c59ff962 (diff) | |
download | qt-creator-c6125f279063366ada1c32d76018a2f7c722abf0.tar.gz |
Merge remote-tracking branch 'origin/3.5'
Change-Id: I8cc26f38a0ac2453c81108e449b6d84efc9e419c
Diffstat (limited to 'src/plugins/cppeditor')
-rw-r--r-- | src/plugins/cppeditor/cppquickfixes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppquickfixes.cpp b/src/plugins/cppeditor/cppquickfixes.cpp index ff1c151afb..972d7593af 100644 --- a/src/plugins/cppeditor/cppquickfixes.cpp +++ b/src/plugins/cppeditor/cppquickfixes.cpp @@ -3336,7 +3336,7 @@ public: ExtractFunctionOptions getOptions() const { - QDialog dlg; + QDialog dlg(Core::ICore::dialogParent()); dlg.setWindowTitle(QCoreApplication::translate("QuickFix::ExtractFunction", "Extract Function Refactoring")); auto layout = new QFormLayout(&dlg); |