1 | /* |
---|---|
2 | * author Kashyap R Puranik |
3 | * email kashthealien@gmail.com |
4 | * SPDX-FileCopyrightText: 2014 John Layt <jlayt@kde.org> |
5 | * SPDX-FileCopyrightText: 2023 Nate Graham <nate@kde.org> |
6 | * |
7 | * SPDX-License-Identifier: LGPL-2.0-or-later |
8 | */ |
9 | |
10 | #ifndef WEIGHTPERAREA_P_H |
11 | #define WEIGHTPERAREA_P_H |
12 | |
13 | #include "unitcategory_p.h" |
14 | |
15 | namespace KUnitConversion |
16 | { |
17 | namespace WeightPerArea |
18 | { |
19 | UnitCategory makeCategory(); |
20 | }; |
21 | |
22 | } // KUnitConversion namespace |
23 | |
24 | #endif |
25 |