Skip to content
GitLab
Menu
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
a9489a7f
Commit
a9489a7f
authored
Jul 19, 2017
by
Joseph Mirabel
Committed by
Joseph Mirabel
Jul 19, 2017
Browse files
Minor change
parent
44221323
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/hppwidgetsplugin/hppwidgetsplugin.cc
View file @
a9489a7f
...
...
@@ -283,7 +283,7 @@ namespace hpp {
emit
logFailure
(
QString
(
e
.
msg
));
return
;
}
QRegExp
collision
(
"Collision between object (.*) and (.*)"
);
static
QRegExp
collision
(
"Collision between object (.*) and (.*)"
);
QStringList
col
;
if
(
!
bb
)
{
if
(
collision
.
exactMatch
(
QString
::
fromLocal8Bit
(
report
)))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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