current revision
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "LoadSetupDialog.h"
|
||||
#include "../misc/fixc11.h"
|
||||
|
||||
#include <QLabel>
|
||||
#include <QPushButton>
|
||||
@@ -10,13 +11,12 @@
|
||||
#include <iostream>
|
||||
|
||||
#include <Indoor/Assertions.h>
|
||||
|
||||
#include "../Config.h"
|
||||
#include "../Settings.h"
|
||||
|
||||
LoadSetupDialog::LoadSetupDialog() {
|
||||
|
||||
// the folder all map-setups reside within
|
||||
const std::string base = Config::getMapDir();
|
||||
const std::string base = Settings::Data::getMapDir();
|
||||
QDir mapFolder(QString(base.c_str()));
|
||||
|
||||
// sanity check. folder must exist
|
||||
|
||||
Reference in New Issue
Block a user