]> vaikene.ee Git - evaf/blob - src/plugins/LogView/liblogview.h
Warning fixes and copyright update.
[evaf] / src / plugins / LogView / liblogview.h
1 /**
2 * @file LogView/liblogview.h
3 * @author Enar Vaikene
4 *
5 * Copyright (c) 2011-2019 Enar Vaikene
6 *
7 * This file is part of the eVaf C++ cross-platform application development framework.
8 *
9 * This file can be used under the terms of the GNU General Public License
10 * version 3.0 as published by the Free Software Foundation and appearing in
11 * the file LICENSE included in the packaging of this file. Please review the
12 * the following information to ensure the GNU General Public License version
13 * 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html.
14 *
15 * Alternatively, this file may be used in accordance with the Commercial License
16 * Agreement provided with the Software.
17 */
18
19 #ifndef __LOGVIEW_LIBLOGVIEW_H
20 # define __LOGVIEW_LIBLOGVIEW_H
21
22 #include <QtCore/qglobal.h>
23
24 #if defined(LOGVIEW_LIBRARY)
25 # define LOGVIEW_EXPORT Q_DECL_EXPORT
26 #else
27 # define LOGVIEW_EXPORT Q_DECL_IMPORT
28 #endif
29
30 #endif // liblogview.h