diff --git a/src/plugins/texteditor/basetexteditor.cpp b/src/plugins/texteditor/basetexteditor.cpp index 26dc1b054aefad425538a5b35f61d0c6fa3d332a..f2d39357828b220ddabcd1e9f6844e15273fc744 100644 --- a/src/plugins/texteditor/basetexteditor.cpp +++ b/src/plugins/texteditor/basetexteditor.cpp @@ -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)