Skip to content

Commit ded3708

Browse files
committed
io/fileview: correctly mark signals as signals in docs
1 parent 69d1396 commit ded3708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/io/fileview.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,13 @@ class FileView: public QObject {
294294
///
295295
/// @@atomicWrites and @@blockWrites affect the behavior of this function.
296296
///
297-
/// @@saved() or @@saveFailed() will be emitted on completion.
297+
/// @@saved(s) or @@saveFailed(s) will be emitted on completion.
298298
Q_INVOKABLE void setData(const QByteArray& data);
299299
/// Sets the content of the file specified by @@path as text.
300300
///
301301
/// @@atomicWrites and @@blockWrites affect the behavior of this function.
302302
///
303-
/// @@saved() or @@saveFailed() will be emitted on completion.
303+
/// @@saved(s) or @@saveFailed(s) will be emitted on completion.
304304
///
305305
/// [ArrayBuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
306306
Q_INVOKABLE void setText(const QString& text);

0 commit comments

Comments
 (0)