mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Fix CI
This commit is contained in:
parent
aa7a6bfe7a
commit
9a50a57d32
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue