summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorer.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2012-08-21 13:57:27 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2012-08-21 15:24:16 +0200
commit2e98952068850d9b71385fb64180a836829cdb05 (patch)
treeb9194d3e98a545f6ffaf10ed598fae2964c89a11 /src/plugins/projectexplorer/projectexplorer.h
parenta973511351bd2ba3b5d7e511bf4d8a5ffd5cf054 (diff)
downloadqt-creator-2e98952068850d9b71385fb64180a836829cdb05.tar.gz
ProjectExplorer: Properly test device support.
Use Creator's test infrastructure instead of dumping the code into tests/ where it will be forgotten. Change-Id: I0db767ff68754e04d727671f4ecdd61fa9f75c1b Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorer.h')
-rw-r--r--src/plugins/projectexplorer/projectexplorer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/projectexplorer.h b/src/plugins/projectexplorer/projectexplorer.h
index 70fb4eb869..1ec882c1da 100644
--- a/src/plugins/projectexplorer/projectexplorer.h
+++ b/src/plugins/projectexplorer/projectexplorer.h
@@ -260,6 +260,8 @@ private slots:
void testAbiOfBinary_data();
void testAbiOfBinary();
void testFlavorForOs();
+
+ void testDeviceManager();
#endif
private: