This commit is contained in:
wheremyfoodat
2024-05-10 02:13:58 +03:00
committed by GitHub
parent aa7a6bfe7a
commit 9a50a57d32

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;
};