Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dtk
dtk
Commits
59d7c63b
Commit
59d7c63b
authored
Nov 10, 2017
by
NICLAUSSE Nicolas
Browse files
remove qDebug
parent
41f8f60a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dtkComposer/dtkComposer.cpp
View file @
59d7c63b
...
...
@@ -95,13 +95,11 @@ namespace dtkComposer
void
activateObjectManager
(
bool
val
)
{
qDebug
()
<<
"set activate object manager to:"
<<
val
;
_private
::
activate_obj_mgr
=
val
;
}
bool
isObjectManagerActive
(
void
)
{
qDebug
()
<<
"is active object manager ?"
<<
_private
::
activate_obj_mgr
;
return
_private
::
activate_obj_mgr
;
}
...
...
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