debugger: fix linking by removing unneeded slot declaration

This commit is contained in:
hjk
2009-08-12 15:09:12 +02:00
parent 89ffffc183
commit ec506a5632

View File

@@ -298,7 +298,6 @@ public slots:
void setBreakpoint(const QString &fileName, int lineNumber);
void activateFrame(int index);
void selectThread(int index);
void fetchMemory(quint64 addr, quint64 length);
void stepExec();
void stepOutExec();