Removed slot declaration

This commit is contained in:
Lasse Holmstedt
2010-07-16 16:17:32 +02:00
parent c4b03574ab
commit 982bc3e3ff

View File

@@ -48,7 +48,6 @@ signals:
private slots:
void changeSelectedElements(QList<int> offsets, const QString &wordAtCursor);
void documentChanged(QmlJS::Document::Ptr doc);
void setEditor(Core::IEditor *editor);
void updateDebugIds(const QDeclarativeDebugObjectReference &rootReference);
private: