fixed android setup

added missing c++11 methods
This commit is contained in:
kazu
2016-07-15 15:49:58 +02:00
parent b188cb992c
commit 719a66937e
12 changed files with 86 additions and 44 deletions

View File

@@ -1,5 +1,5 @@
#ifndef DEBUG_H
#define DEBUG_H
#ifndef NAV_DEBUG_H
#define NAV_DEBUG_H
#include <QDebug>
@@ -13,4 +13,4 @@ public:
}
};
#endif // DEBUG_H
#endif // NAV_DEBUG_H