1/*
2 * SPDX-FileCopyrightText: 2018 João Netto <joaonetto901@gmail.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7#ifndef PERMEABILITY_P_H
8#define PERMEABILITY_P_H
9
10#include "unitcategory_p.h"
11
12namespace KUnitConversion
13{
14namespace Permeability
15{
16 UnitCategory makeCategory();
17};
18
19} // KUnitConversion namespace
20
21#endif
22

source code of kunitconversion/src/permeability_p.h