mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Ref T717, model browser
This commit is contained in:
committed by
Mat Sutcliffe
parent
838e41051c
commit
af1b933e5c
@@ -32,6 +32,13 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
virtual ~CModelBrowserDialog() override;
|
||||
|
||||
protected:
|
||||
//! \copydoc QObject::event
|
||||
virtual bool event(QEvent *event) override;
|
||||
|
||||
//! \copydoc QDialog::closeEvent
|
||||
virtual void done(int r) override;
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CModelBrowserDialog> ui;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user