try, try again

This commit is contained in:
Seth Alves 2016-11-13 13:26:15 -08:00
parent da83fd9fa4
commit 645134e4b0

View file

@ -27,9 +27,9 @@ Q_DECLARE_LOGGING_CATEGORY(oculus)
static const char* MENU_PARENT = "Avatar";
static const char* MENU_NAME = "Oculus Touch Controllers";
static const char* MENU_PATH = MENU_PARENT + ">" + MENU_NAME;
static const char* MENU_PATH = "Avatar" ">" "Oculus Touch Controllers";
const QString OculusControllerManager::NAME = "Oculus";
const char* OculusControllerManager::NAME = "Oculus";
bool OculusControllerManager::isSupported() const {
return oculusAvailable();