mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
Apply suggestions from code review
This commit is contained in:
parent
b1d840f5b8
commit
ef9b326d04
@ -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
|
for the current line if line = -1
|
||||||
If wrapping is disabled, returns -1 instead
|
If wrapping is disabled, returns -1 instead
|
||||||
|
|
||||||
.. versionadded:: 3.42
|
.. versionadded:: 3.40
|
||||||
%End
|
%End
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
@ -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
|
for the current line if line = -1
|
||||||
If wrapping is disabled, returns -1 instead
|
If wrapping is disabled, returns -1 instead
|
||||||
|
|
||||||
.. versionadded:: 3.42
|
.. versionadded:: 3.40
|
||||||
%End
|
%End
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
@ -415,7 +415,7 @@ class GUI_EXPORT QgsCodeEditor : public QsciScintilla
|
|||||||
* for the current line if line = -1
|
* for the current line if line = -1
|
||||||
* If wrapping is disabled, returns -1 instead
|
* If wrapping is disabled, returns -1 instead
|
||||||
*
|
*
|
||||||
* \since QGIS 3.42
|
* \since QGIS 3.40
|
||||||
*/
|
*/
|
||||||
int wrapPosition( int line = -1 );
|
int wrapPosition( int line = -1 );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user