forked from qt-creator/qt-creator
		
	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 <qthjk@ovi.com>
This commit is contained in:
		@@ -58,9 +58,6 @@
 | 
			
		||||
 | 
			
		||||
using namespace ProjectExplorer;
 | 
			
		||||
using namespace ProjectExplorer::Constants;
 | 
			
		||||
using ProjectExplorer::BuildStepList;
 | 
			
		||||
using ProjectExplorer::BuildStepConfigWidget;
 | 
			
		||||
using ProjectExplorer::Task;
 | 
			
		||||
 | 
			
		||||
namespace Android {
 | 
			
		||||
namespace Internal {
 | 
			
		||||
@@ -127,10 +124,6 @@ AndroidPackageCreationStep::AndroidPackageCreationStep(BuildStepList *bsl,
 | 
			
		||||
    ctor();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
AndroidPackageCreationStep::~AndroidPackageCreationStep()
 | 
			
		||||
{
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void AndroidPackageCreationStep::ctor()
 | 
			
		||||
{
 | 
			
		||||
    setDefaultDisplayName(tr("Packaging for Android"));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user