1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fixup rebase

This commit is contained in:
krepa098 2014-10-24 16:33:44 +02:00
parent 7d4230095c
commit fadbb10ebc

View File

@ -31,7 +31,6 @@ Camera::Camera()
: refcount(0)
, workerThread(nullptr)
, worker(nullptr)
, needsInit(true)
{
worker = new CameraWorker(0);
workerThread = new QThread();