mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +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 inputPath = "";
|
||||||
std::filesystem::path patchPath = "";
|
std::filesystem::path patchPath = "";
|
||||||
|
|
||||||
EllidedLabel* inputPathLabel = nullptr;
|
ElidedLabel* inputPathLabel = nullptr;
|
||||||
EllidedLabel* patchPathLabel = nullptr;
|
ElidedLabel* patchPathLabel = nullptr;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue