mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Src.pro and MainWindow.h changes for WKO import
This commit is contained in:
committed by
Robert Carlsen
parent
3722c3bdf0
commit
e281cfb444
@@ -64,6 +64,7 @@ class MainWindow : public QMainWindow
|
||||
void importCSV();
|
||||
void importSRM();
|
||||
void importTCX();
|
||||
void importWKO();
|
||||
void importPolar();
|
||||
void findBestIntervals();
|
||||
void splitRide();
|
||||
|
||||
@@ -38,6 +38,7 @@ HEADERS += \
|
||||
ChooseCyclistDialog.h \
|
||||
CpintPlot.h \
|
||||
CsvRideFile.h \
|
||||
WkoRideFile.h \
|
||||
DBAccess.h \
|
||||
Device.h \
|
||||
DownloadRideDialog.h \
|
||||
@@ -82,6 +83,7 @@ SOURCES += \
|
||||
ChooseCyclistDialog.cpp \
|
||||
CpintPlot.cpp \
|
||||
CsvRideFile.cpp \
|
||||
WkoRideFile.cpp \
|
||||
DBAccess.cpp \
|
||||
Device.cpp \
|
||||
DownloadRideDialog.cpp \
|
||||
|
||||
Reference in New Issue
Block a user