mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(ui): Pass NetCamView's parent pointer to base QWidget
This commit is contained in:
parent
48ad6cc17a
commit
809c695718
|
@ -48,7 +48,8 @@ const auto BTN_STYLE_SHEET_PATH = QStringLiteral("chatForm/fullScreenButtons.css
|
||||||
}
|
}
|
||||||
|
|
||||||
NetCamView::NetCamView(ToxPk friendPk_, QWidget* parent)
|
NetCamView::NetCamView(ToxPk friendPk_, QWidget* parent)
|
||||||
: selfFrame{nullptr}
|
: QWidget(parent)
|
||||||
|
, selfFrame{nullptr}
|
||||||
, friendPk{friendPk_}
|
, friendPk{friendPk_}
|
||||||
, e(false)
|
, e(false)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user