mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-05 20:55:59 +00:00
CLinkDialog: Make use of override
This commit is contained in:
parent
e4ebeb8b91
commit
deeb0d4a23
@ -52,7 +52,7 @@ public:
|
||||
bool IsPickingReceiver() const { return mIsPicking && ui->ReceiverPickFromViewport->isChecked(); }
|
||||
|
||||
public slots:
|
||||
void accept();
|
||||
void accept() override;
|
||||
void OnSwapClicked();
|
||||
void OnPickFromViewportClicked();
|
||||
void OnPickModeClick(const SRayIntersection& rkHit, QMouseEvent *pEvent);
|
||||
|
Loading…
x
Reference in New Issue
Block a user