current revision

This commit is contained in:
2016-09-28 12:16:45 +02:00
parent 075d8bb633
commit d47322e73b
90 changed files with 8228 additions and 606 deletions

View File

@@ -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