From a872ebd7c6223e89d6a33a9205d715c3277d8d3a Mon Sep 17 00:00:00 2001 From: Vianney Boyer Date: Thu, 17 Dec 2015 22:37:11 +0100 Subject: [PATCH] indicate unused parameter --- src/TrainDB.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TrainDB.cpp b/src/TrainDB.cpp index fb61e093f..f0b26c664 100644 --- a/src/TrainDB.cpp +++ b/src/TrainDB.cpp @@ -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();