aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/threadswindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/threadswindow.h')
-rw-r--r--src/plugins/debugger/threadswindow.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/debugger/threadswindow.h b/src/plugins/debugger/threadswindow.h
index 2f229acb26f..87c41acd68d 100644
--- a/src/plugins/debugger/threadswindow.h
+++ b/src/plugins/debugger/threadswindow.h
@@ -30,7 +30,6 @@
#ifndef THREADSWINDOW_H
#define THREADSWINDOW_H
-#include "basewindow.h"
#include <utils/basetreeview.h>
namespace Debugger {
@@ -48,14 +47,6 @@ private:
void contextMenuEvent(QContextMenuEvent *ev);
};
-class ThreadsWindow : public BaseWindow
-{
- Q_OBJECT
-
-public:
- ThreadsWindow();
-};
-
} // namespace Internal
} // namespace Debugger