#3541 HoloLens : Use RicHoloLensSession to control state of toolbar buttons

This commit is contained in:
Magne Sjaastad
2018-10-22 11:45:33 +02:00
parent 24a075499e
commit 3f7d85e2e1
9 changed files with 101 additions and 88 deletions

View File

@@ -31,3 +31,11 @@ RicHoloLensServerSettings::RicHoloLensServerSettings()
CAF_PDM_InitField(&m_serverAddress, "ServerAddress", QString(), "Server Address", "", "", "");
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RicHoloLensServerSettings::serverUrl() const
{
return m_serverAddress;
}