added c++11 fixes
removed old components disabled activity (for compiling reasons) added wifi 2.4ghz hack
This commit is contained in:
@@ -81,7 +81,7 @@ Controller::Controller() {
|
||||
|
||||
// create the main window
|
||||
mainWindow = new MainWindow();
|
||||
sl = new StepLoggerWrapperAndroid(scaler);
|
||||
//sl = new StepLoggerWrapperAndroid(scaler);
|
||||
//sl = new StepLoggerWrapper(scaler, mainWindow);
|
||||
|
||||
|
||||
@@ -253,7 +253,7 @@ void Controller::onLoadButton() {
|
||||
getMapView3D()->setVisible(false);
|
||||
|
||||
// attach ipin step logger
|
||||
nav->addListener(sl);
|
||||
//nav->addListener(sl);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user