forked from qt-creator/qt-creator
Android: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: Id09b62b7b9812d9c0981202c257d18387a8b09d9 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
c3acbc46ed
commit
88dfa84fc6
@@ -101,7 +101,6 @@ public:
|
||||
Core::IEditor *editor() const;
|
||||
TextEditor::TextEditorWidget *textEditorWidget() const;
|
||||
|
||||
public slots:
|
||||
void setDirty(bool dirty = true);
|
||||
|
||||
signals:
|
||||
@@ -109,7 +108,8 @@ signals:
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject *obj, QEvent *event);
|
||||
private slots:
|
||||
|
||||
private:
|
||||
void setLDPIIcon();
|
||||
void setMDPIIcon();
|
||||
void setHDPIIcon();
|
||||
@@ -122,7 +122,6 @@ private slots:
|
||||
void updateSdkVersions();
|
||||
void startParseCheck();
|
||||
void delayedParseCheck();
|
||||
private:
|
||||
void initializePage();
|
||||
bool syncToWidgets();
|
||||
void syncToWidgets(const QDomDocument &doc);
|
||||
@@ -138,7 +137,7 @@ private:
|
||||
|
||||
void updateInfoBar(const QString &errorMessage, int line, int column);
|
||||
void hideInfoBar();
|
||||
Q_SLOT void updateTargetComboBox();
|
||||
void updateTargetComboBox();
|
||||
|
||||
void parseManifest(QXmlStreamReader &reader, QXmlStreamWriter &writer);
|
||||
void parseApplication(QXmlStreamReader &reader, QXmlStreamWriter &writer);
|
||||
|
||||
Reference in New Issue
Block a user