From bab670af672833d38762512e8161ce22e2885995 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 9 Aug 2012 01:56:51 +0200 Subject: android: code cosmetics Fix whitespace, capitalization, naming, comments, add 'using' in .cpp, remove 'using' in .h, remove unneeded Q_UNUSED, add needed Q_UNUSED, etc. Change-Id: Ibf9ba57850cbea1e79e152ec0165c8b01fa66567 Reviewed-by: hjk --- src/plugins/android/androiddevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/android/androiddevice.cpp') diff --git a/src/plugins/android/androiddevice.cpp b/src/plugins/android/androiddevice.cpp index 42e698e044..340ad51206 100644 --- a/src/plugins/android/androiddevice.cpp +++ b/src/plugins/android/androiddevice.cpp @@ -49,7 +49,7 @@ AndroidDevice::AndroidDevice() } AndroidDevice::AndroidDevice(const AndroidDevice &other) - : ProjectExplorer::IDevice(other) + : IDevice(other) { } -- cgit v1.2.1