mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
fixed unknown character
This commit is contained in:
@@ -1639,7 +1639,7 @@ void DatabaseViewer::exportPoses(int format)
|
|||||||
items.push_back("Scan");
|
items.push_back("Scan");
|
||||||
bool ok;
|
bool ok;
|
||||||
QString item = QInputDialog::getItem(this, tr("Export Poses"), tr("Frame: "), items, 0, false, &ok);
|
QString item = QInputDialog::getItem(this, tr("Export Poses"), tr("Frame: "), items, 0, false, &ok);
|
||||||
if(!ok || item.isEmpty())
|
if(!ok || item.isEmpty())
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user