Skip to content
Snippets Groups Projects
Commit 1a12895f authored by con's avatar con
Browse files

Avoid compile warning

parent 9a62c7a8
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ void BaseFileFind::openEditor(const Find::SearchResultItem &item)
TextEditor::BaseTextEditor::openEditorAt(item.fileName, item.lineNumber, item.searchTermStart);
}
#pragma mark Static methods
// #pragma mark Static methods
static void applyChanges(QTextDocument *doc, const QString &text, const QList<Find::SearchResultItem> &items)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment