readability: Rename asWidget() to asQWidget()

This commit is contained in:
Sergio Martins
2020-05-24 20:03:02 +01:00
parent 3bbc33d8c4
commit de0bcf9ce3
9 changed files with 19 additions and 19 deletions

View File

@@ -53,7 +53,7 @@ struct Separator::Private
};
Separator::Separator(Widget *hostWidget)
: QWidget(hostWidget->asWidget())
: QWidget(hostWidget->asQWidget())
, d(new Private(hostWidget))
{
}