Mac compile fix

This commit is contained in:
baldurk
2020-09-05 00:00:31 +01:00
parent fb3c293621
commit eaa24f859d
+1 -1
View File
@@ -257,7 +257,7 @@ MainWindow::MainWindow(ICaptureContext &ctx) : QMainWindow(NULL), ui(new Ui::Mai
#endif
m_NetWorker = new NetworkWorker;
m_NetManagerThread = new LambdaThread([this]() {
m_NetManagerThread = new LambdaThread([]() {
QEventLoop loop;
loop.exec();
});