Home
last modified time | relevance | path

Searched refs:qGUIApp (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/qTox/qTox-1.17.4/src/widget/form/settings/
H A Davform.cpp106 auto* qGUIApp = qobject_cast<QGuiApplication *>(qApp); local
107 assert (qGUIApp);
108 connect(qGUIApp, &QGuiApplication::screenAdded, this, &AVForm::trackNewScreenGeometry);
109 connect(qGUIApp, &QGuiApplication::screenAdded, this, &AVForm::rescanDevices);
110 connect(qGUIApp, &QGuiApplication::screenRemoved, this, &AVForm::rescanDevices);