overte/libraries/shared/src/ScriptValueUtils.h
Anthony J. Thibault 38418d0169 Moved isListOfStrings into shared/ScriptValueUtils
Also fixed some single line ifs.
2016-04-15 13:47:30 -07:00

21 lines
519 B
C

//
// 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 <QScriptValue>
bool isListOfStrings(const QScriptValue& value);
#endif // #define hifi_ScriptValueUtils_h