Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-gui
Commits
061cc2a4
Commit
061cc2a4
authored
Feb 12, 2018
by
Joseph Mirabel
Committed by
Joseph Mirabel
Feb 12, 2018
Browse files
Add missing Q_PLUGIN_METADATA
parent
d0037fe7
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/hppmanipulationwidgetsplugin/hppmanipulationwidgetsplugin.hh
View file @
061cc2a4
...
...
@@ -22,6 +22,10 @@ namespace hpp {
gepetto
::
gui
::
ModelInterface
gepetto
::
gui
::
CorbaInterface
)
#ifndef USE_QT4
Q_PLUGIN_METADATA
(
IID
"hpp-gui.hppmanipulationwidgetsplugin"
)
#endif // USE_QT4
public:
typedef
hpp
::
corbaServer
::
manipulation
::
Client
HppManipClient
;
...
...
plugins/hppwidgetsplugin/hppwidgetsplugin.hh
View file @
061cc2a4
...
...
@@ -25,6 +25,10 @@ namespace hpp {
gepetto
::
gui
::
ModelInterface
gepetto
::
gui
::
CorbaInterface
)
#ifndef USE_QT4
Q_PLUGIN_METADATA
(
IID
"hpp-gui.hppwidgetsplugin"
)
#endif // USE_QT4
public:
struct
JointElement
{
std
::
string
name
,
prefix
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment