1/*
2 * SPDX-FileCopyrightText: 2019 Jonathan Rubenstein <jrubcop@gmail.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7#ifndef BINARY_DATA_P_H
8#define BINARY_DATA_P_H
9
10#include "unitcategory_p.h"
11
12namespace KUnitConversion
13{
14namespace BinaryData
15{
16 UnitCategory makeCategory();
17};
18
19} // KUnitConversion namespace
20
21#endif
22

source code of kunitconversion/src/binary_data_p.h