Skip to content

Commit

Permalink
+ implement mechanism to connect QAction signal with class method
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Mar 30, 2015
1 parent 0188543 commit ae584e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Gui/CMakeLists.txt
Expand Up @@ -133,6 +133,7 @@ endif(FREECAD_USE_3DCONNEXION)

set(Gui_MOC_HDRS
Action.h
ActionFunction.h
Assistant.h
CallTips.h
CombiView.h
Expand Down Expand Up @@ -296,6 +297,7 @@ SOURCE_GROUP("Uic" FILES ${Gui_UIC_HDRS})
# The command sources
SET(Command_CPP_SRCS
Action.cpp
ActionFunction.cpp
Command.cpp
CommandDoc.cpp
CommandFeat.cpp
Expand All @@ -308,6 +310,7 @@ SET(Command_CPP_SRCS
SET(Command_SRCS
${Command_CPP_SRCS}
Action.h
ActionFunction.h
Command.h
)
SOURCE_GROUP("Command" FILES ${Command_SRCS})
Expand Down Expand Up @@ -660,7 +663,7 @@ SET(View3D_CPP_SRCS
View3DInventorExamples.cpp
View3DInventorViewer.cpp
View3DInventorRiftViewer.cpp
CoinRiftWidget.cpp
CoinRiftWidget.cpp
View3DPy.cpp
View3DViewerPy.cpp
)
Expand Down

0 comments on commit ae584e8

Please sign in to comment.