tree: Resolve clang-tidy, clazy, compiler warnings

此提交包含在:
2023-03-12 16:41:31 +01:00
父節點 3d0c236cb3
當前提交 566c4a8c58
共有 14 個檔案被更改,包括 48 行新增51 行删除

查看文件

@@ -24,7 +24,7 @@ QSharedPointer<PreviewResult> PreviewGeneratorOdt::generate(RenderConfig config,
throw LooqsGeneralException("Error while reading content.xml of " + documentPath);
}
TagStripperProcessor tsp;
QString content = tsp.process(entireContent).first().content;
QString content = tsp.process(entireContent).constFirst().content;
PreviewGeneratorPlainText plainTextGenerator;
result->setText(plainTextGenerator.generatePreviewText(content, config, info.fileName()));