QmlJSDebugger: Remove reference to JSDebugger in QDeclarativeViewObserver

Make Observer and JSDebugger orthogonal.
This commit is contained in:
Kai Koehne
2010-10-09 21:17:25 +02:00
committed by dt
parent 44cefd73b1
commit 8162839827
6 changed files with 1 additions and 20 deletions

View File

@@ -60,7 +60,6 @@ public:
QToolBar *toolbar() const;
static QString idStringForObject(QObject *obj);
QRectF adjustToScreenBoundaries(const QRectF &boundingRectInSceneSpace);
void setDebugMode(bool isDebugMode);
public Q_SLOTS:
void setDesignModeBehavior(bool value);