File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8
8
#include < maxGUI/Button.hpp>
9
9
#include < maxGUI/CheckBox.hpp>
10
10
#include < maxGUI/DropDownBox.hpp>
11
- #include < maxGUI/EntryPoint .hpp>
11
+ #include < maxGUI/maxGUIEntryPoint .hpp>
12
12
#include < maxGUI/FormAllocatorConcept.hpp>
13
13
#include < maxGUI/FormAllocatorModel.hpp>
14
14
#include < maxGUI/FormConcept.hpp>
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style license that can be
3
3
// found in the LICENSE file.
4
4
5
- #include < maxGUI/EntryPoint .hpp>
5
+ #include < maxGUI/maxGUIEntryPoint .hpp>
6
6
7
7
#if defined(MAX_PLATFORM_LINUX)
8
8
#include < QApplication>
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style license that can be
3
3
// found in the LICENSE file.
4
4
5
- #ifndef MAXGUI_ENTRYPOINT_HPP
6
- #define MAXGUI_ENTRYPOINT_HPP
5
+ #ifndef MAXGUI_MAXGUIENTRYPOINT_HPP
6
+ #define MAXGUI_MAXGUIENTRYPOINT_HPP
7
7
8
8
#include < max/Compiling/Configuration.hpp>
9
9
#include < maxGUI/FormContainer.hpp>
@@ -46,4 +46,4 @@ namespace maxGUI {
46
46
47
47
} // namespace maxGUI
48
48
49
- #endif // #ifndef MAXGUI_ENTRYPOINT_HPP
49
+ #endif // #ifndef MAXGUI_MAXGUIENTRYPOINT_HPP
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ CXX_SRCS = \
6
6
../../Code/maxGUI/ControlImplementation.cpp \
7
7
../../Code/maxGUI/ControlWithText.cpp \
8
8
../../Code/maxGUI/ControlWithTextImplementation.cpp \
9
- ../../Code/maxGUI/EntryPoint.cpp \
10
9
../../Code/maxGUI/FormAllocatorConcept.cpp \
11
10
../../Code/maxGUI/FormConcept.cpp \
12
11
../../Code/maxGUI/FormContainer.cpp \
12
+ ../../Code/maxGUI/maxGUIEntryPoint.cpp \
13
13
../../Code/maxGUI/MultilineTextBoxImplementation.cpp
14
14
# ../../Code/maxGUI/CheckBoxImplementation.cpp \
15
15
#../../Code/maxGUI/ControlWithList.cpp \
Original file line number Diff line number Diff line change 57
57
<ClCompile Include =" ..\..\..\Code\maxGUI\ControlWithText.cpp" />
58
58
<ClCompile Include =" ..\..\..\Code\maxGUI\ControlWithTextImplementation.cpp" />
59
59
<ClCompile Include =" ..\..\..\Code\maxGUI\DropDownBoxImplementation.cpp" />
60
- <ClCompile Include =" ..\..\..\Code\maxGUI\EntryPoint .cpp" />
60
+ <ClCompile Include =" ..\..\..\Code\maxGUI\maxGUIEntryPoint .cpp" />
61
61
<ClCompile Include =" ..\..\..\Code\maxGUI\FormAllocatorConcept.cpp" />
62
62
<ClCompile Include =" ..\..\..\Code\maxGUI\FormConcept.cpp" />
63
63
<ClCompile Include =" ..\..\..\Code\maxGUI\FormContainer.cpp" />
82
82
<ClInclude Include =" ..\..\..\Code\maxGUI\ControlWithTextImplementation.hpp" />
83
83
<ClInclude Include =" ..\..\..\Code\maxGUI\DropDownBoxImplementation.hpp" />
84
84
<ClInclude Include =" ..\..\..\Code\maxGUI\DropDownBox.hpp" />
85
- <ClInclude Include =" ..\..\..\Code\maxGUI\EntryPoint .hpp" />
85
+ <ClInclude Include =" ..\..\..\Code\maxGUI\maxGUIEntryPoint .hpp" />
86
86
<ClInclude Include =" ..\..\..\Code\maxGUI\FormAllocatorConcept.hpp" />
87
87
<ClInclude Include =" ..\..\..\Code\maxGUI\FormAllocatorModel.hpp" />
88
88
<ClInclude Include =" ..\..\..\Code\maxGUI\FormConcept.hpp" />
Original file line number Diff line number Diff line change 126
126
</Xml >
127
127
</ItemGroup >
128
128
<ItemGroup >
129
- <ClCompile Include =" ..\..\..\Code\maxGUI\EntryPoint .cpp" >
129
+ <ClCompile Include =" ..\..\..\Code\maxGUI\maxGUIEntryPoint .cpp" >
130
130
<Filter >Code</Filter >
131
131
</ClCompile >
132
132
<ClCompile Include =" ..\..\..\Code\maxGUI\Control.cpp" >
194
194
</ClCompile >
195
195
</ItemGroup >
196
196
<ItemGroup >
197
- <ClInclude Include =" ..\..\..\Code\maxGUI\EntryPoint .hpp" >
197
+ <ClInclude Include =" ..\..\..\Code\maxGUI\maxGUIEntryPoint .hpp" >
198
198
<Filter >Code</Filter >
199
199
</ClInclude >
200
200
<ClInclude Include =" ..\..\..\Code\maxGUI\Button.hpp" >
You can’t perform that action at this time.
0 commit comments