Fix compiler warnings, constify.

This commit is contained in:
Friedemann Kleint
2010-10-19 08:55:55 +02:00
parent dfee3388af
commit 699495f017
2 changed files with 8 additions and 10 deletions

View File

@@ -121,7 +121,7 @@ static bool isValidFileNameChar(const QChar &c)
}
ProFileEditor::Link ProFileEditor::findLinkAt(const QTextCursor &cursor,
bool resolveTarget)
bool /* resolveTarget */)
{
Link link;