mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix #1919
This commit is contained in:
parent
79a9928c75
commit
636faac4db
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
AVForm::AVForm() :
|
AVForm::AVForm() :
|
||||||
GenericForm(QPixmap(":/img/settings/av.png")),
|
GenericForm(QPixmap(":/img/settings/av.png")),
|
||||||
camVideoSurface{nullptr}, camera{CameraSource::getInstance()}
|
camVideoSurface{nullptr}, camera(CameraSource::getInstance())
|
||||||
{
|
{
|
||||||
bodyUI = new Ui::AVSettings;
|
bodyUI = new Ui::AVSettings;
|
||||||
bodyUI->setupUi(this);
|
bodyUI->setupUi(this);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user