forked from qt-creator/qt-creator
Android: Pass some values by reference
Change-Id: Ic12452320728b161afd2907deb036d0c6d9df644 Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
committed by
Orgad Shaneh
parent
772c2caac9
commit
85ed66bae9
@@ -88,7 +88,7 @@ private slots:
|
||||
void avdAdded();
|
||||
void removeAVD();
|
||||
void startAVD();
|
||||
void avdActivated(QModelIndex);
|
||||
void avdActivated(const QModelIndex &);
|
||||
void dataPartitionSizeEditingFinished();
|
||||
void manageAVD();
|
||||
void createKitToggled();
|
||||
|
||||
Reference in New Issue
Block a user