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 {
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);
You can’t perform that action at this time.
0 commit comments