summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggeruiswitcher.h
diff options
context:
space:
mode:
authorLasse Holmstedt <lasse.holmstedt@nokia.com>2010-08-31 17:33:41 +0200
committerLasse Holmstedt <lasse.holmstedt@nokia.com>2010-08-31 17:34:03 +0200
commitdb7bf9a8068683fac9d28fcd7ab91dba371dea7e (patch)
tree450f8b078878b3361ccb2b10e4644e78281a29c4 /src/plugins/debugger/debuggeruiswitcher.h
parent972929cf8e19e04e18c122d011a96d53cb17d6ae (diff)
downloadqt-creator-db7bf9a8068683fac9d28fcd7ab91dba371dea7e.tar.gz
Debugger: Removed unused methods
Diffstat (limited to 'src/plugins/debugger/debuggeruiswitcher.h')
-rw-r--r--src/plugins/debugger/debuggeruiswitcher.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/debugger/debuggeruiswitcher.h b/src/plugins/debugger/debuggeruiswitcher.h
index bb69ab0df7..8a36204c25 100644
--- a/src/plugins/debugger/debuggeruiswitcher.h
+++ b/src/plugins/debugger/debuggeruiswitcher.h
@@ -114,9 +114,6 @@ public:
Utils::FancyMainWindow *mainWindow() const;
- static bool isCurrentProjectQmlCppBased();
- static bool isCurrentProjectCppBased();
-
signals:
// emit when user changes active languages from the menu.
// Both UI and debugger startup are affected.