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:
@@ -41,14 +41,13 @@ namespace Internal {
|
||||
class AndroidQtVersion : public QtSupport::BaseQtVersion
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(Android::Internal::AndroidQtVersion)
|
||||
|
||||
public:
|
||||
AndroidQtVersion();
|
||||
AndroidQtVersion(const Utils::FileName &path, bool isAutodetected = false, const QString &autodetectionSource = QString());
|
||||
~AndroidQtVersion ();
|
||||
|
||||
AndroidQtVersion *clone() const;
|
||||
|
||||
QString type() const;
|
||||
|
||||
bool isValid() const;
|
||||
QString invalidReason() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user