Project Style prefers CamelCase

.. we tend to avoid using underscores (_) in preference for
   camel case. Especially for filenames.
This commit is contained in:
Mark Liversedge
2020-10-28 09:28:26 +00:00
parent 6ed93a22a1
commit f5f38f54e9
5 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
//
// Integrated into golden cheetah by Eric Christoffersen 2020 (impolexg@outlook.com)
#include "Kurt_inRide.h"
#include "KurtInRide.h"
#include <QDebug>
#include <QBluetoothUuid>

View File

@@ -5,7 +5,7 @@
//
// Integrated into golden cheetah by Eric Christoffersen 2020 (impolexg@outlook.com)
#include "Kurt_SmartControl.h"
#include "KurtSmartControl.h"
#include <random>
#include <mutex>

View File

@@ -623,8 +623,8 @@ greaterThan(QT_MAJOR_VERSION, 4) {
HEADERS += Train/Ergofit.h Train/ErgofitController.h Train/ErgofitConnection.h
SOURCES += Train/DaumController.cpp Train/Daum.cpp
HEADERS += Train/DaumController.h Train/Daum.h
SOURCES += Train/Kurt_inRide.cpp Train/Kurt_SmartControl.cpp
HEADERS += Train/Kurt_inRide.h Train/Kurt_SmartControl.h
SOURCES += Train/KurtInRide.cpp Train/KurtSmartControl.cpp
HEADERS += Train/KurtInRide.h Train/KurtSmartControl.h
# bluetooth in QT5.5 or higher(5.4 was only a tech preview)
greaterThan(QT_MINOR_VERSION, 4) {