s/ellided/elided (#510)

* s/ellided/elided

* Fix header name
This commit is contained in:
wheremyfoodat 2024-05-08 00:20:39 +00:00 committed by GitHub
parent 80527edcb6
commit aa7a6bfe7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 33 additions and 33 deletions

View file

@ -4,7 +4,7 @@
#include <QWidget>
#include <filesystem>
#include "panda_qt/ellided_label.hpp"
#include "panda_qt/elided_label.hpp"
class PatchWindow final : public QWidget {
Q_OBJECT