forked from qt-creator/qt-creator
Android: Fix multiple clang clazy warnings
Change-Id: I2ea6cebd16c09a8a4502f4719d99a9d85e5e7d02 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -127,7 +127,7 @@ void AndroidManifestEditorIconWidget::setIcon(const QIcon &icon)
|
||||
void AndroidManifestEditorIconWidget::clearIcon()
|
||||
{
|
||||
removeIcon();
|
||||
iconRemoved();
|
||||
emit iconRemoved();
|
||||
}
|
||||
|
||||
void AndroidManifestEditorIconWidget::loadIcon()
|
||||
@@ -170,7 +170,7 @@ void AndroidManifestEditorIconWidget::selectIcon()
|
||||
if (file.isEmpty())
|
||||
return;
|
||||
setIconFromPath(file);
|
||||
iconSelected(file, this);
|
||||
emit iconSelected(file, this);
|
||||
}
|
||||
|
||||
void AndroidManifestEditorIconWidget::removeIcon()
|
||||
|
||||
Reference in New Issue
Block a user