DLS
1.6
DlsTypes.h
1
/*****************************************************************************
2
*
3
* Copyright (C) 2009 - 2017 Florian Pose <fp@igh-essen.com>
4
*
5
* This file is part of the DLS widget library.
6
*
7
* The DLS widget library is free software: you can redistribute it and/or
8
* modify it under the terms of the GNU Lesser General Public License as
9
* published by the Free Software Foundation, either version 3 of the License,
10
* or (at your option) any later version.
11
*
12
* The DLS widget library is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
15
* General Public License for more details.
16
*
17
* You should have received a copy of the GNU Lesser General Public License
18
* along with the DLS widget library. If not, see
19
* <http://www.gnu.org/licenses/>.
20
*
21
****************************************************************************/
22
23
#ifndef DLS_TYPES_H
24
#define DLS_TYPES_H
25
26
#include <LibDLS/Dir.h>
27
#include <QMetaType>
28
29
Q_DECLARE_METATYPE(
LibDLS::Directory
*);
30
31
32
#endif // DLS_TYPES_H
LibDLS::Directory
DLS Data Directory.
Definition:
Dir.h:82
Documentation automatically created on Tue May 20 2025 09:32:07 by
. - DLS developed by
Ingenieurgemeinschaft IgH GmbH
. All rights reserved.