mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Misleading code comments adjusted
Attribution in header of IntervalItem.{h,cpp}
Commented out code removed
This commit is contained in:
committed by
Sean Rhea
parent
bfc0d1575a
commit
3773ec573e
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006 Sean C. Rhea (srhea@srhea.net)
|
||||
* Copyright (c) 2009 Mark Liversedge (liversedge@gmail.com)
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the Free
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006 Sean C. Rhea (srhea@srhea.net)
|
||||
* Copyright (c) 2009 Mark Liversedge (liversedge@gmail.com)
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the Free
|
||||
|
||||
@@ -790,12 +790,6 @@ MainWindow::updateRideFileIntervals()
|
||||
// emit signal for interval data changed
|
||||
intervalsChanged();
|
||||
|
||||
// regenerate the summary details
|
||||
//rideSummary->clear();
|
||||
//which->clearSummary(); // clear cached value
|
||||
//rideSummary->setHtml(which->htmlSummary());
|
||||
//rideSummary->setAlignment(Qt::AlignCenter);
|
||||
|
||||
// set dirty
|
||||
which->setDirty(true);
|
||||
}
|
||||
|
||||
@@ -151,12 +151,6 @@ MainWindow::saveSilent(RideItem *rideItem)
|
||||
|
||||
// rename in memory
|
||||
rideItem->setFileName(QFileInfo(savedFile).path(), QFileInfo(savedFile).fileName());
|
||||
|
||||
// refresh summary to show new file type
|
||||
//rideSummary->clear();
|
||||
//rideItem->clearSummary(); // clear cached value
|
||||
//rideSummary->setHtml(rideItem->htmlSummary());
|
||||
//rideSummary->setAlignment(Qt::AlignCenter);
|
||||
}
|
||||
|
||||
// mark clean as we have now saved the data
|
||||
|
||||
Reference in New Issue
Block a user