mirror of
https://github.com/overte-org/overte.git
synced 2025-06-19 05:20:12 +02:00
Formatting cleanup
This commit is contained in:
parent
586de4d712
commit
f90d872752
5 changed files with 3 additions and 12 deletions
|
@ -44,10 +44,6 @@
|
|||
#include "impl/Route.h"
|
||||
#include "impl/Mapping.h"
|
||||
|
||||
#if QT_VERSION > QT_VERSION_CHECK(5, 13, 0)
|
||||
// FIXME: Remove this after Qt 5.15 upgrade
|
||||
#define endl Qt::endl
|
||||
#endif
|
||||
|
||||
namespace controller {
|
||||
const uint16_t UserInputMapper::STANDARD_DEVICE = 0;
|
||||
|
|
|
@ -15,11 +15,6 @@
|
|||
#include <FBXSerializer.h>
|
||||
#include <AnimSkeleton.h>
|
||||
|
||||
#if QT_VERSION > QT_VERSION_CHECK(5, 13, 0)
|
||||
// FIXME: Remove this after Qt 5.15 upgrade
|
||||
#define endl Qt::endl
|
||||
#endif
|
||||
|
||||
SkeletonDumpApp::SkeletonDumpApp(int argc, char* argv[]) : QCoreApplication(argc, argv) {
|
||||
|
||||
// parse command-line
|
||||
|
|
Loading…
Reference in a new issue