Don't insert a snippet for-loop when pressing Ctrl+H

Universal helper kept around for comfort.
This commit is contained in:
Thorbjørn Lindeijer
2010-02-03 14:58:09 +01:00
parent 1f0b717ad2
commit 580a37b22c

View File

@@ -1381,8 +1381,8 @@ void BaseTextEditor::insertCodeSnippet(const QString &snippet)
void BaseTextEditor::universalHelper()
{
const QString snippet = QLatin1String("for ($initializer$; $condition$; $expresssion$) {\n$$\n}\n");
insertCodeSnippet(snippet);
// Test function for development. Place your new fangled experiment here to
// give it proper scrutiny before pushing it onto others.
}
void BaseTextEditor::setTextCursor(const QTextCursor &cursor)