Seamly2D
Code documentation
stable.h
Go to the documentation of this file.
1 /***************************************************************************************************
2  **
3  ** @file stable.h
4  ** @author Copyright (C) 2014 Roman Telezhynskyi <dismine(at)gmail.com>
5  ** @date April 30, 2014
6  **
7  ** @brief
8  ** @copyright
9  ** Permission is hereby granted, free of charge, to any person obtaining a copy of this
10  ** software and associated documentation files (the "Software"), to deal in the Software
11  ** without restriction, including without limitation the rights to use, copy, modify,
12  ** merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
13  ** permit persons to whom the Software is furnished to do so, subject to the following conditions:
14  **
15  ** The above copyright notice and this permission notice shall be included in all copies or
16  ** substantial portions of the Software.
17  **
18  ** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
19  ** NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20  ** NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
21  ** DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22  ** OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23  **
24  ******************************************************************************************************/
25 
26 #ifndef STABLE_H
27 #define STABLE_H
28 
29 /* Add C includes here */
30 
31 #if defined __cplusplus
32 /* Add C++ includes here */
33 
34 #ifdef QT_CORE_LIB
35 #include <QtCore>
36 #endif
37 
38 #endif
39 
40 #endif // STABLE_H