File indexing completed on 2024-04-28 03:58:36

0001 /*
0002  *   author Kashyap R Puranik
0003  *   email  kashthealien@gmail.com
0004  *   SPDX-FileCopyrightText: 2014 John Layt <jlayt@kde.org>
0005  *   SPDX-FileCopyrightText: 2023 Nate Graham <nate@kde.org>
0006  *
0007  *   SPDX-License-Identifier: LGPL-2.0-or-later
0008  */
0009 
0010 #ifndef WEIGHTPERAREA_P_H
0011 #define WEIGHTPERAREA_P_H
0012 
0013 #include "unitcategory_p.h"
0014 
0015 namespace KUnitConversion
0016 {
0017 namespace WeightPerArea
0018 {
0019     UnitCategory makeCategory();
0020 };
0021 
0022 } // KUnitConversion namespace
0023 
0024 #endif