From d92252cab15e3f9724157b4d336a536c52bc4c78 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Thu, 27 Jun 2024 11:13:52 -0400 Subject: [PATCH] Revert an incorrect renaming that slipped in. Signed-off-by: Adam Treat --- gpt4all-chat/{chatviewtextprocessor.cpp => responsetext.cpp} | 0 gpt4all-chat/{chatviewtextprocessor.h => responsetext.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename gpt4all-chat/{chatviewtextprocessor.cpp => responsetext.cpp} (100%) rename gpt4all-chat/{chatviewtextprocessor.h => responsetext.h} (100%) diff --git a/gpt4all-chat/chatviewtextprocessor.cpp b/gpt4all-chat/responsetext.cpp similarity index 100% rename from gpt4all-chat/chatviewtextprocessor.cpp rename to gpt4all-chat/responsetext.cpp diff --git a/gpt4all-chat/chatviewtextprocessor.h b/gpt4all-chat/responsetext.h similarity index 100% rename from gpt4all-chat/chatviewtextprocessor.h rename to gpt4all-chat/responsetext.h