From 1fcac1b7ba34614927d0865cb6af0575ab5aa1a9 Mon Sep 17 00:00:00 2001 From: shermp <14854761+shermp@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:26:07 +1200 Subject: [PATCH] Add \since 0.3.0 to fssync docs --- src/ndb/NDBDbus.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ndb/NDBDbus.cc b/src/ndb/NDBDbus.cc index b9f63e9..13f28cf 100644 --- a/src/ndb/NDBDbus.cc +++ b/src/ndb/NDBDbus.cc @@ -726,6 +726,8 @@ void NDBDbus::pfmRescanBooksFull() { * Emits \a fssGotNumFilesToProcess signal to specify the number of files * to be added, \a fssParseProgress to specify the current progress, and the * \a fssFinished signal is emitted when complete. + * + * \since 0.3.0 */ void NDBDbus::n3fssSyncOnboard() { QStringList path("/mnt/onboard"); @@ -742,6 +744,8 @@ void NDBDbus::n3fssSyncOnboard() { * Emits \a fssGotNumFilesToProcess signal to specify the number of files * to be added, \a fssParseProgress to specify the current progress, and the * \a fssFinished signal is emitted when complete. + * + * \since 0.3.0 */ void NDBDbus::n3fssSyncSD() { QStringList path("/mnt/sd"); @@ -758,6 +762,8 @@ void NDBDbus::n3fssSyncSD() { * Emits \a fssGotNumFilesToProcess signal to specify the number of files * to be added, \a fssParseProgress to specify the current progress, and the * \a fssFinished signal is emitted when complete. + * + * \since 0.3.0 */ void NDBDbus::n3fssSyncBoth() { QStringList paths = QStringList() << "/mnt/onboard" << "/mnt/sd";