forked from qt-creator/qt-creator
		
	Missed some unused ';' after Q_UNUSED
This commit is contained in:
		| @@ -96,7 +96,7 @@ const char *PlainTextEditorEditable::kind() const | ||||
|  | ||||
| void PlainTextEditor::indentBlock(QTextDocument *doc, QTextBlock block, QChar typedChar) | ||||
| { | ||||
|     Q_UNUSED(typedChar); | ||||
|     Q_UNUSED(typedChar) | ||||
|  | ||||
|     // At beginning: Leave as is. | ||||
|     if (block == doc->begin()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user