mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
rtabmap: PreferencesDialog: getIniFilePath() is not static anymore (can be inherited)
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@790 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -67,13 +67,11 @@ public:
|
||||
kSrcVideo
|
||||
};
|
||||
|
||||
public:
|
||||
static QString getIniFilePath();
|
||||
|
||||
public:
|
||||
PreferencesDialog(QWidget * parent = 0);
|
||||
virtual ~PreferencesDialog();
|
||||
|
||||
virtual QString getIniFilePath();
|
||||
void init();
|
||||
|
||||
void saveWindowGeometry(const QString & windowName, const QWidget * window);
|
||||
|
||||
Reference in New Issue
Block a user