mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 05:36:40 +02:00
TEST!!!
This commit is contained in:
parent
6032fde5e5
commit
577ff9695f
1 changed files with 1 additions and 1 deletions
|
@ -1795,7 +1795,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
||||||
});
|
});
|
||||||
|
|
||||||
connect(offscreenUi.data(), &OffscreenUi::keyboardFocusActive, [this]() {
|
connect(offscreenUi.data(), &OffscreenUi::keyboardFocusActive, [this]() {
|
||||||
#if !defined(Q_OS_ANDROID) && !defined(DISABLE_QML)
|
#if !defined(DISABLE_QML)
|
||||||
// Do not show login dialog if requested not to on the command line
|
// Do not show login dialog if requested not to on the command line
|
||||||
QString hifiNoLoginCommandLineKey = QString("--").append(HIFI_NO_LOGIN_COMMAND_LINE_KEY);
|
QString hifiNoLoginCommandLineKey = QString("--").append(HIFI_NO_LOGIN_COMMAND_LINE_KEY);
|
||||||
int index = arguments().indexOf(hifiNoLoginCommandLineKey);
|
int index = arguments().indexOf(hifiNoLoginCommandLineKey);
|
||||||
|
|
Loading…
Reference in a new issue