// // ScriptValueUtils.h // libraries/shared/src // // Created by Anthony Thibault on 4/15/16. // Copyright 2016 High Fidelity, Inc. // // Utilities for working with QtScriptValues // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #ifndef hifi_ScriptValueUtils_h #define hifi_ScriptValueUtils_h #include bool isListOfStrings(const QScriptValue& value); #endif // #define hifi_ScriptValueUtils_h