Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored May 9, 2024
1 parent aa7a6bf commit 9a50a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/panda_qt/patch_window.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

0 comments on commit 9a50a57

Please sign in to comment.