Home
last modified time | relevance | path

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

/external/opencv3/modules/highgui/src/
Dwindow_QT.h151 bool doesExternalQAppExist; variable
Dwindow_QT.cpp769 doesExternalQAppExist = (QApplication::instance() != 0); in GuiReceiver()
775 if ( doesExternalQAppExist ) { in GuiReceiver()
788 if (!doesExternalQAppExist) in isLastWindow()