forked from qt-creator/qt-creator
Merge branch 'origin/2.0' (early part)
This commit is contained in:
@@ -3774,7 +3774,7 @@ void BaseTextEditor::zoomReset()
|
||||
emit requestZoomReset();
|
||||
}
|
||||
|
||||
bool BaseTextEditor::isElectricCharacter(const QChar &) const
|
||||
bool BaseTextEditor::isElectricCharacter(QChar) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
@@ -3831,7 +3831,7 @@ bool BaseTextEditor::isInComment(const QTextCursor &cursor) const
|
||||
}
|
||||
|
||||
QString BaseTextEditor::insertMatchingBrace(const QTextCursor &tc, const QString &text,
|
||||
const QChar &la, int *skippedChars) const
|
||||
QChar la, int *skippedChars) const
|
||||
{
|
||||
Q_UNUSED(tc);
|
||||
Q_UNUSED(text);
|
||||
|
||||
Reference in New Issue
Block a user