forked from qt-creator/qt-creator
SubmitFieldWidget: Avoid using sender()
Change-Id: I024f397718b6e15d62676ffe91770ed21d2be4bb Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -70,9 +70,8 @@ signals:
|
||||
void browseButtonClicked(int pos, const QString &field);
|
||||
|
||||
private:
|
||||
void slotRemove();
|
||||
void slotComboIndexChanged(int);
|
||||
void slotBrowseButtonClicked();
|
||||
void slotRemove(int pos);
|
||||
void slotComboIndexChanged(int pos, int comboIndex);
|
||||
|
||||
void removeField(int index);
|
||||
bool comboIndexChange(int fieldNumber, int index);
|
||||
|
||||
Reference in New Issue
Block a user