umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
file_utils.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-2.0-or-later
3 SPDX-FileCopyrightText: 2020-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4*/
5
6#ifndef FILE_UTILS_H
7#define FILE_UTILS_H
8
9#include <QString>
10
11namespace File_Utils {
12 QString xmlCatalogFilePath();
13}
14
15#endif // FILE_UTILS_H
Definition: file_utils.cpp:19
QString xmlCatalogFilePath()
Definition: file_utils.cpp:25