From ff8968b487860674bb2162b3375a2d735f53a174 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 01:39:09 +0000 Subject: [PATCH] Update doxygen documentation. Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .../Doxygen/html/biblioteq_8h_source.html | 2 +- ...iblioteq__batch__activities_8h_source.html | 26 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Documentation/Doxygen/html/biblioteq_8h_source.html b/Documentation/Doxygen/html/biblioteq_8h_source.html index d88d1091..517ea289 100644 --- a/Documentation/Doxygen/html/biblioteq_8h_source.html +++ b/Documentation/Doxygen/html/biblioteq_8h_source.html @@ -100,7 +100,7 @@
29 #define _BIBLIOTEQ_H_
30 
31 #define BIBLIOTEQ_GUEST_ACCOUNT "xbook_guest"
-
32 #define BIBLIOTEQ_VERSION "2023.10.05"
+
32 #define BIBLIOTEQ_VERSION "2023.10.08"
33 
34 #include "biblioteq_batch_activities.h"
35 #include "biblioteq_book.h"
diff --git a/Documentation/Doxygen/html/biblioteq__batch__activities_8h_source.html b/Documentation/Doxygen/html/biblioteq__batch__activities_8h_source.html index 53757a2d..3cbe0309 100644 --- a/Documentation/Doxygen/html/biblioteq__batch__activities_8h_source.html +++ b/Documentation/Doxygen/html/biblioteq__batch__activities_8h_source.html @@ -163,19 +163,19 @@
92  void slotAddBorrowingRow(void);
93  void slotAudioEnabled(void);
94  void slotBorrowItemChanged(QTableWidgetItem *item);
-
95  void slotClose(void);
-
96  void slotDeleteBorrowingRow(void);
-
97  void slotDiscoverMemberName(void);
-
98  void slotExportMissing(void);
-
99  void slotGo(void);
-
100  void slotListDiscoveredItems(void);
-
101  void slotListMembersReservedItems(void);
-
102 #ifdef BIBLIOTEQ_AUDIO_SUPPORTED
-
103  void slotMediaError(QMediaPlayer::Error error);
-
104  void slotMediaError(QMediaPlayer::Error error, const QString &errorString);
-
105  void slotMediaStatusChanged(QMediaPlayer::MediaStatus status);
-
106 #endif
-
107  void slotPopulateMembersCompleter(void);
+
95  void slotBorrowerMemberIdEdited(const QString &text);
+
96  void slotClose(void);
+
97  void slotDeleteBorrowingRow(void);
+
98  void slotDiscoverMemberName(void);
+
99  void slotExportMissing(void);
+
100  void slotGo(void);
+
101  void slotListDiscoveredItems(void);
+
102  void slotListMembersReservedItems(void);
+
103 #ifdef BIBLIOTEQ_AUDIO_SUPPORTED
+
104  void slotMediaError(QMediaPlayer::Error error);
+
105  void slotMediaError(QMediaPlayer::Error error, const QString &errorString);
+
106  void slotMediaStatusChanged(QMediaPlayer::MediaStatus status);
+
107 #endif
108  void slotReset(void);
109  void slotScanBorrowingTimerTimeout(void);
110  void slotScanDiscoverTimerTimeout(void);