Compile fix

Change-Id: I2812a7e59ee20511b9804337d836e1707894a7be
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Daniel Teske
2013-01-11 17:52:35 +01:00
parent e2306b0537
commit 52dc1c9ec9

View File

@@ -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();