This commit is contained in:
Olivier Goffart
2010-08-24 18:12:24 +02:00
parent 7afef49682
commit 70ffe5ed8c
2 changed files with 0 additions and 4 deletions

View File

@@ -136,8 +136,6 @@ private slots:
void updateActiveLanguages(); void updateActiveLanguages();
void updateDockWidgetSettings(); void updateDockWidgetSettings();
void onModeChanged(Core::IMode *mode);
private: private:
// Used by MainWindow // Used by MainWindow
friend class Internal::DebuggerMainWindow; friend class Internal::DebuggerMainWindow;

View File

@@ -54,14 +54,12 @@ signals:
void contextHelpIdChanged(const QString &contextHelpId); void contextHelpIdChanged(const QString &contextHelpId);
public slots: public slots:
void reload(int objectDebugId); // set the root object
void setCurrentObject(int debugId); // select an object in the tree void setCurrentObject(int debugId); // select an object in the tree
protected: protected:
virtual void contextMenuEvent(QContextMenuEvent *); virtual void contextMenuEvent(QContextMenuEvent *);
private slots: private slots:
void addWatch();
void currentItemChanged(QTreeWidgetItem *); void currentItemChanged(QTreeWidgetItem *);
void activated(QTreeWidgetItem *); void activated(QTreeWidgetItem *);
void selectionChanged(); void selectionChanged();