Apply suggestions from code review

This commit is contained in:
Nyall Dawson 2024-10-10 11:52:07 +10:00
parent b1d840f5b8
commit ef9b326d04
3 changed files with 3 additions and 3 deletions

View File

@ -374,7 +374,7 @@ Returns the linear position of the start of the last wrapped part for the specif
for the current line if line = -1
If wrapping is disabled, returns -1 instead
.. versionadded:: 3.42
.. versionadded:: 3.40
%End
public slots:

View File

@ -374,7 +374,7 @@ Returns the linear position of the start of the last wrapped part for the specif
for the current line if line = -1
If wrapping is disabled, returns -1 instead
.. versionadded:: 3.42
.. versionadded:: 3.40
%End
public slots:

View File

@ -415,7 +415,7 @@ class GUI_EXPORT QgsCodeEditor : public QsciScintilla
* for the current line if line = -1
* If wrapping is disabled, returns -1 instead
*
* \since QGIS 3.42
* \since QGIS 3.40
*/
int wrapPosition( int line = -1 );