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