File indexing completed on 2024-04-14 03:56:10

0001 /*
0002  *   SPDX-FileCopyrightText: 2019 Jonathan Rubenstein <jrubcop@gmail.com>
0003  *
0004  *   SPDX-License-Identifier: LGPL-2.0-or-later
0005  */
0006 
0007 #ifndef BINARY_DATA_P_H
0008 #define BINARY_DATA_P_H
0009 
0010 #include "unitcategory_p.h"
0011 
0012 namespace KUnitConversion
0013 {
0014 namespace BinaryData
0015 {
0016     UnitCategory makeCategory();
0017 };
0018 
0019 } // KUnitConversion namespace
0020 
0021 #endif