]> vaikene.ee Git - evaf/blob - src/main/cli/main.h
Added more files to the project.
[evaf] / src / main / cli / main.h
1 /**
2 * @file main/cli/main.h
3 * @brief The main eVaf CLI application class
4 *
5 * Copyright (c) 2011 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 __CLI_MAIN_H
20 #define __CLI_MAIN_H
21
22 #include <QCoreApplication>
23
24
25 /**
26 * The main eVaf CLI application.
27 *
28 * eVafGUI is the main CLI executable. It provides an empty CLI application
29 * that is used to load other eVaf modules.
30 */
31 namespace eVafCLI {
32
33 } // namespace eVafCLI
34
35 #endif // main.h