This commit is contained in:
wheremyfoodat 2024-05-10 02:13:58 +03:00 committed by GitHub
parent aa7a6bfe7a
commit 9a50a57d32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,6 @@ class PatchWindow final : public QWidget {
std::filesystem::path inputPath = "";
std::filesystem::path patchPath = "";
EllidedLabel* inputPathLabel = nullptr;
EllidedLabel* patchPathLabel = nullptr;
ElidedLabel* inputPathLabel = nullptr;
ElidedLabel* patchPathLabel = nullptr;
};