forked from qt-creator/qt-creator
Compile fix
Change-Id: I2812a7e59ee20511b9804337d836e1707894a7be Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -6572,7 +6572,7 @@ int BaseTextEditorWidget::rowCount() const
|
||||
|
||||
@see uppercaseSelection, lowercaseSelection
|
||||
*/
|
||||
void BaseTextEditorWidget::transformSelection(Internal::TransformationMethod method)
|
||||
void BaseTextEditorWidget::transformSelection(TransformationMethod method)
|
||||
{
|
||||
if (hasBlockSelection()) {
|
||||
transformBlockSelection(method);
|
||||
@@ -6605,7 +6605,7 @@ void BaseTextEditorWidget::transformSelection(Internal::TransformationMethod met
|
||||
setTextCursor(cursor);
|
||||
}
|
||||
|
||||
void BaseTextEditorWidget::transformBlockSelection(Internal::TransformationMethod method)
|
||||
void BaseTextEditorWidget::transformBlockSelection(TransformationMethod method)
|
||||
{
|
||||
QTextCursor cursor = textCursor();
|
||||
int minPos = cursor.anchor();
|
||||
|
||||
Reference in New Issue
Block a user