mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #319, Doxygen, headers, formatting
This commit is contained in:
@@ -94,6 +94,8 @@ namespace BlackGui
|
||||
|
||||
protected:
|
||||
|
||||
ModelClass *m_model = nullptr; //!< corresponding model
|
||||
|
||||
//! Constructor
|
||||
CViewBase(QWidget *parent, ModelClass *model = nullptr) : QTableView(parent), m_model(model)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user