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

0001 /*
0002  *   SPDX-FileCopyrightText: 2010 Petri Damstén <damu@iki.fi>
0003  *   SPDX-FileCopyrightText: 2014 John Layt <jlayt@kde.org>
0004  *   SPDX-FileCopyrightText: 2014 Garret Wassermann <gwasser@gmail.com>
0005  *
0006  *   SPDX-License-Identifier: LGPL-2.0-or-later
0007  */
0008 
0009 #ifndef THERMALFLUX_P_H
0010 #define THERMALFLUX_P_H
0011 
0012 #include "unitcategory_p.h"
0013 
0014 namespace KUnitConversion
0015 {
0016 namespace ThermalFlux
0017 {
0018     UnitCategory makeCategory();
0019 };
0020 
0021 } // KUnitConversion namespace
0022 
0023 #endif