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:
@@ -35,13 +35,8 @@
|
||||
#include <projectexplorer/toolchainconfigwidget.h>
|
||||
|
||||
namespace Android {
|
||||
|
||||
namespace Internal {
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
// MaemoToolChain
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
class AndroidToolChain : public ProjectExplorer::GccToolChain
|
||||
{
|
||||
public:
|
||||
@@ -61,13 +56,13 @@ public:
|
||||
QVariantMap toMap() const;
|
||||
bool fromMap(const QVariantMap &data);
|
||||
QList<Utils::FileName> suggestedMkspecList() const;
|
||||
virtual QString makeCommand() const;
|
||||
QString makeCommand() const;
|
||||
|
||||
void setQtVersionId(int);
|
||||
int qtVersionId() const;
|
||||
|
||||
protected:
|
||||
virtual QList<ProjectExplorer::Abi> detectSupportedAbis() const;
|
||||
QList<ProjectExplorer::Abi> detectSupportedAbis() const;
|
||||
|
||||
private:
|
||||
explicit AndroidToolChain(bool);
|
||||
|
||||
Reference in New Issue
Block a user