From ded3708762d43d9af0cb40cf69bd64232cbc96a3 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 6 Dec 2024 03:19:58 -0800 Subject: [PATCH] io/fileview: correctly mark signals as signals in docs --- src/io/fileview.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/io/fileview.hpp b/src/io/fileview.hpp index 01d31fa9..81dd9851 100644 --- a/src/io/fileview.hpp +++ b/src/io/fileview.hpp @@ -294,13 +294,13 @@ public: /// /// @@atomicWrites and @@blockWrites affect the behavior of this function. /// - /// @@saved() or @@saveFailed() will be emitted on completion. + /// @@saved(s) or @@saveFailed(s) will be emitted on completion. Q_INVOKABLE void setData(const QByteArray& data); /// Sets the content of the file specified by @@path as text. /// /// @@atomicWrites and @@blockWrites affect the behavior of this function. /// - /// @@saved() or @@saveFailed() will be emitted on completion. + /// @@saved(s) or @@saveFailed(s) will be emitted on completion. /// /// [ArrayBuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer Q_INVOKABLE void setText(const QString& text);