Skip to content
Snippets Groups Projects
Commit d49fe2d5 authored by Arnaud Billon's avatar Arnaud Billon :speech_balloon:
Browse files

[refactor] Remove unused openData

parent 756645ff
No related branches found
No related tags found
No related merge requests found
......@@ -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));
}
}
......@@ -59,7 +59,6 @@ public:
// LidarView specific
void pythonStartup() override;
void openData(const QString& filename);
};
#endif // LQLIDARVIEWMANAGER_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment