File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -294,13 +294,13 @@ class FileView: public QObject {
294
294
// /
295
295
// / @@atomicWrites and @@blockWrites affect the behavior of this function.
296
296
// /
297
- // / @@saved() or @@saveFailed() will be emitted on completion.
297
+ // / @@saved(s ) or @@saveFailed(s ) will be emitted on completion.
298
298
Q_INVOKABLE void setData (const QByteArray& data);
299
299
// / Sets the content of the file specified by @@path as text.
300
300
// /
301
301
// / @@atomicWrites and @@blockWrites affect the behavior of this function.
302
302
// /
303
- // / @@saved() or @@saveFailed() will be emitted on completion.
303
+ // / @@saved(s ) or @@saveFailed(s ) will be emitted on completion.
304
304
// /
305
305
// / [ArrayBuffer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
306
306
Q_INVOKABLE void setText (const QString& text);
You can’t perform that action at this time.
0 commit comments