mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Project Style prefers CamelCase
.. we tend to avoid using underscores (_) in preference for camel case. Especially for filenames.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user