mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
rename PowerTap.(h|cpp) to PowerTapUtil.(h|cpp)
...in preparation for separating out a PowerTapDevice class.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#define _GC_DownloadRideDialog_h 1
|
||||
|
||||
#include <QtGui>
|
||||
#include "PowerTap.h"
|
||||
#include "PowerTapUtil.h"
|
||||
|
||||
class MainWindow;
|
||||
class DownloadThread;
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "PowerTap.h"
|
||||
#include "PowerTapUtil.h"
|
||||
#include <math.h>
|
||||
|
||||
#define PT_DEBUG false
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "RawRideFile.h"
|
||||
#include "PowerTap.h"
|
||||
#include "PowerTapUtil.h"
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ HEADERS += \
|
||||
LogTimeScaleDraw.h \
|
||||
LogTimeScaleEngine.h \
|
||||
Pages.h \
|
||||
PowerTap.h \
|
||||
PowerTapUtil.h \
|
||||
Serial.h \
|
||||
ToolsDialog.h \
|
||||
Zones.h \
|
||||
@@ -94,7 +94,7 @@ SOURCES += \
|
||||
LogTimeScaleDraw.cpp \
|
||||
LogTimeScaleEngine.cpp \
|
||||
Pages.cpp \
|
||||
PowerTap.cpp \
|
||||
PowerTapUtil.cpp \
|
||||
Serial.cpp \
|
||||
ToolsDialog.cpp \
|
||||
Zones.cpp \
|
||||
|
||||
Reference in New Issue
Block a user