QmlDesigner: signal was renamed

Change-Id: Iddb2066372cdb9f1b80b8ab53ab88c69273634c1
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
Thomas Hartmann
2013-08-07 17:36:35 +02:00
parent 3353b0f253
commit eeb0dc2d03

View File

@@ -576,7 +576,7 @@ void DesignDocument::setEditor(Core::IEditor *editor)
{
m_textEditor = editor;
connect(editor->document(),
SIGNAL(fileNameChanged(QString,QString)),
SIGNAL(filePathChanged(QString,QString)),
SLOT(updateFileName(QString,QString)));
updateActiveQtVersion();