mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
MergeActivityWizard - Fix conversion error
The variable was unused anyway
This commit is contained in:
@@ -724,9 +724,6 @@ MergeSource::importFile()
|
||||
bool
|
||||
MergeSource::importFile(QList<QString> files)
|
||||
{
|
||||
// get fullpath name for processing
|
||||
QFileInfo filename = QFileInfo(files[0]).absoluteFilePath();
|
||||
|
||||
QFile thisfile(files[0]);
|
||||
QFileInfo thisfileinfo(files[0]);
|
||||
QStringList errors;
|
||||
|
||||
Reference in New Issue
Block a user