Searched refs:remoteInspectorPort (Results 1 – 3 of 3) sorted by relevance
136 quint16 remoteInspectorPort; variable
298 … windowOptions.remoteInspectorPort = takeOptionValue(&args, remoteInspectorPortIndex).toInt(); in handleUserOptions()
143 if (m_windowOptions.remoteInspectorPort) in initializeView()144 page()->setProperty("_q_webInspectorServerPort", m_windowOptions.remoteInspectorPort); in initializeView()