Misleading code comments adjusted

Attribution in header of IntervalItem.{h,cpp}
Commented out code removed
This commit is contained in:
Mark Liversedge
2009-12-13 18:40:34 +00:00
committed by Sean Rhea
parent bfc0d1575a
commit 3773ec573e
4 changed files with 2 additions and 14 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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);
}

View File

@@ -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