Added a init() method in PreferencesDialog

Fixed virtual method declarations in PreferencesDialogROS

git-svn-id: http://rtabmap.googlecode.com/svn/branches/0.3/rtabmap@88 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2011-06-09 12:51:13 +00:00
parent 25c2a9f07e
commit 96681b8029
3 changed files with 14 additions and 5 deletions

View File

@@ -106,6 +106,7 @@ MainWindow::MainWindow(PreferencesDialog * prefDialog, QWidget * parent) :
{
_preferencesDialog = new PreferencesDialog(this);
}
_preferencesDialog->init();
// Restore window geometry
_preferencesDialog->loadMainWindowState(this);