Formatting cleanup

This commit is contained in:
Dale Glass 2021-06-19 19:38:07 +02:00
parent 586de4d712
commit f90d872752
5 changed files with 3 additions and 12 deletions

View file

@ -198,7 +198,7 @@ if (BUILD_TOOLS AND NPM_EXECUTABLE)
endif() endif()
if (WIN32 OR APPLE) if (WIN32 OR APPLE)
add_dependencies(${TARGET_NAME} resources) add_dependencies(${TARGET_NAME} resources)
endif() endif()
if (SCREENSHARE) if (SCREENSHARE)

View file

@ -44,10 +44,6 @@
#include "impl/Route.h" #include "impl/Route.h"
#include "impl/Mapping.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 { namespace controller {
const uint16_t UserInputMapper::STANDARD_DEVICE = 0; const uint16_t UserInputMapper::STANDARD_DEVICE = 0;

View file

@ -15,11 +15,6 @@
#include <FBXSerializer.h> #include <FBXSerializer.h>
#include <AnimSkeleton.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) { SkeletonDumpApp::SkeletonDumpApp(int argc, char* argv[]) : QCoreApplication(argc, argv) {
// parse command-line // parse command-line