mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-03 03:29:11 -04:00
fix: Merging tool result
This commit is contained in:
@@ -160,8 +160,8 @@ void ClientInterface::sendMessage(
|
||||
|
||||
Context::ChangesManager::instance().archiveAllNonArchivedEdits();
|
||||
|
||||
QList<QString> imageFiles;
|
||||
QList<QString> textFiles;
|
||||
QStringList imageFiles;
|
||||
QStringList textFiles;
|
||||
for (const QString &filePath : attachments) {
|
||||
if (isImageFile(filePath))
|
||||
imageFiles.append(filePath);
|
||||
|
||||
Reference in New Issue
Block a user