add override

This commit is contained in:
RickyRister 2025-04-06 16:27:44 -07:00
parent d17523ff17
commit c91e0386b2

View file

@ -29,7 +29,7 @@ public:
bool getDestroy() const;
protected:
void closeEvent(QCloseEvent *event);
void closeEvent(QCloseEvent *event) override;
private slots:
void tokenSelectionChanged(const QModelIndex &current, const QModelIndex &previous);
void updateSearch(const QString &search);