Skip to content
Snippets Groups Projects
Commit 70ffe5ed authored by Olivier Goffart's avatar Olivier Goffart
Browse files

compile

parent 7afef496
No related branches found
No related tags found
No related merge requests found
......@@ -136,8 +136,6 @@ private slots:
void updateActiveLanguages();
void updateDockWidgetSettings();
void onModeChanged(Core::IMode *mode);
private:
// Used by MainWindow
friend class Internal::DebuggerMainWindow;
......
......@@ -54,14 +54,12 @@ signals:
void contextHelpIdChanged(const QString &contextHelpId);
public slots:
void reload(int objectDebugId); // set the root object
void setCurrentObject(int debugId); // select an object in the tree
protected:
virtual void contextMenuEvent(QContextMenuEvent *);
private slots:
void addWatch();
void currentItemChanged(QTreeWidgetItem *);
void activated(QTreeWidgetItem *);
void selectionChanged();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment