summaryrefslogtreecommitdiffstats
path: root/examples/demos/colorpaletteclient/util.h
blob: 6a10497ea8b6c8d111aaefca04a1cf3fd25d7080 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

#ifndef UTIL_H
#define UTIL_H

#include <QtCore/qjsonobject.h>

std::optional<QJsonObject> byteArrayToJsonObject(const QByteArray& data);

#endif // UTIL_H