Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LidarView
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yan yong
LidarView
Commits
d49fe2d5
Commit
d49fe2d5
authored
3 years ago
by
Arnaud Billon
Browse files
Options
Downloads
Patches
Plain Diff
[refactor] Remove unused openData
parent
756645ff
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Application/Ui/lqLidarViewManager.cxx
+0
-15
0 additions, 15 deletions
Application/Ui/lqLidarViewManager.cxx
Application/Ui/lqLidarViewManager.h
+0
-1
0 additions, 1 deletion
Application/Ui/lqLidarViewManager.h
with
0 additions
and
16 deletions
Application/Ui/lqLidarViewManager.cxx
+
0
−
15
View file @
d49fe2d5
...
...
@@ -56,18 +56,3 @@ void lqLidarViewManager::pythonStartup()
Superclass
::
pythonStartup
();
}
//-----------------------------------------------------------------------------
void
lqLidarViewManager
::
openData
(
const
QString
&
filename
)
{
if
(
QFileInfo
(
filename
).
suffix
()
==
"pcap"
)
{
lqOpenPcapReaction
::
createSourceFromFile
(
filename
);
}
else
{
this
->
runPython
(
QString
(
"lv.openData('%1')
\n
"
).
arg
(
filename
));
}
}
This diff is collapsed.
Click to expand it.
Application/Ui/lqLidarViewManager.h
+
0
−
1
View file @
d49fe2d5
...
...
@@ -59,7 +59,6 @@ public:
// LidarView specific
void
pythonStartup
()
override
;
void
openData
(
const
QString
&
filename
);
};
#endif // LQLIDARVIEWMANAGER_H
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment