mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Merge branch 'master' of git://github.com/srhea/GoldenCheetah
This commit is contained in:
@@ -51,7 +51,7 @@ static void secsMsecs(double value, int &secs, int &msecs)
|
||||
msecs = round((value - secs) * 100) * 10;
|
||||
}
|
||||
|
||||
RideEditor::RideEditor(MainWindow *main) : QWidget(main), data(NULL), ride(NULL), main(main), inLUW(false)
|
||||
RideEditor::RideEditor(MainWindow *main) : QWidget(main), data(NULL), ride(NULL), main(main), inLUW(false), colMapper(NULL)
|
||||
{
|
||||
QVBoxLayout *mainLayout = new QVBoxLayout(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user