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 | |
12 | namespace KUnitConversion |
13 | { |
14 | namespace BinaryData |
15 | { |
16 | UnitCategory makeCategory(); |
17 | }; |
18 | |
19 | } // KUnitConversion namespace |
20 | |
21 | #endif |
22 |