forked from qt-creator/qt-creator
connected reloading signals
This commit is contained in:
@@ -85,9 +85,6 @@
|
||||
#include <QtCore/QtPlugin>
|
||||
#include <QtCore/QDateTime>
|
||||
|
||||
#include <QtGui/QToolButton>
|
||||
#include <QtGui/QToolBar>
|
||||
#include <QtGui/QBoxLayout>
|
||||
#include <QtGui/QLabel>
|
||||
#include <QtGui/QDockWidget>
|
||||
#include <QtGui/QAction>
|
||||
@@ -128,6 +125,10 @@ Inspector::Inspector(QObject *parent)
|
||||
|
||||
m_textPreview = new QmlJSLiveTextPreview(this);
|
||||
|
||||
connect(m_textPreview,
|
||||
SIGNAL(selectedItemsChanged(QList<QDeclarativeDebugObjectReference>)),
|
||||
SLOT(changeSelectedItems(QList<QDeclarativeDebugObjectReference>)));
|
||||
|
||||
connect(m_clientProxy, SIGNAL(selectedItemsChanged(QList<QDeclarativeDebugObjectReference>)),
|
||||
SLOT(setSelectedItemsByObjectReference(QList<QDeclarativeDebugObjectReference>)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user