1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
tux3 2015-06-27 19:27:01 +02:00
parent 79a9928c75
commit 636faac4db
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -42,7 +42,7 @@
AVForm::AVForm() :
GenericForm(QPixmap(":/img/settings/av.png")),
camVideoSurface{nullptr}, camera{CameraSource::getInstance()}
camVideoSurface{nullptr}, camera(CameraSource::getInstance())
{
bodyUI = new Ui::AVSettings;
bodyUI->setupUi(this);