forked from qt-creator/qt-creator
QmlDesigner: signal was renamed
Change-Id: Iddb2066372cdb9f1b80b8ab53ab88c69273634c1 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
@@ -576,7 +576,7 @@ void DesignDocument::setEditor(Core::IEditor *editor)
|
|||||||
{
|
{
|
||||||
m_textEditor = editor;
|
m_textEditor = editor;
|
||||||
connect(editor->document(),
|
connect(editor->document(),
|
||||||
SIGNAL(fileNameChanged(QString,QString)),
|
SIGNAL(filePathChanged(QString,QString)),
|
||||||
SLOT(updateFileName(QString,QString)));
|
SLOT(updateFileName(QString,QString)));
|
||||||
|
|
||||||
updateActiveQtVersion();
|
updateActiveQtVersion();
|
||||||
|
Reference in New Issue
Block a user