mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
Merge pull request #1736 from vlcvboyer/cosmetic_unused_param
indicate unused parameter
This commit is contained in:
@@ -418,6 +418,7 @@ bool TrainDB::deleteVideoSync(QString pathname)
|
||||
|
||||
bool TrainDB::importVideoSync(QString pathname, VideoSyncFile *videosyncFile)
|
||||
{
|
||||
Q_UNUSED(videosyncFile) // not used at present
|
||||
QSqlQuery query(db->database(sessionid));
|
||||
QDateTime timestamp = QDateTime::currentDateTime();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user