mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Updated error msg when database cannot be written on disk (write permission issue)
This commit is contained in:
@@ -47,6 +47,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
/* Create tasks */
|
||||
QApplication * app = new QApplication(argc, argv);
|
||||
app->setStyleSheet("QMessageBox { messagebox-text-interaction-flags: 5; }"); // selectable message box
|
||||
|
||||
ParametersMap parameters = Parameters::parseArguments(argc, argv, true);
|
||||
MainWindow * mainWindow = new MainWindow();
|
||||
|
||||
Reference in New Issue
Block a user