mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 06:33:42 +00:00
[traff_assessment_tool] Refactor TrafficModel constructor
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -70,9 +70,7 @@ class TrafficModel : public QAbstractTableModel
|
||||
|
||||
public:
|
||||
// TODO(mgsergio): Check we are on the right mwm. I.e. right mwm version and everything.
|
||||
TrafficModel(Framework & framework, DataSource const & dataSource,
|
||||
std::unique_ptr<TrafficDrawerDelegateBase> drawerDelegate,
|
||||
std::unique_ptr<PointsControllerDelegateBase> pointsDelegate,
|
||||
TrafficModel(Framework & framework,
|
||||
MainWindow & mainWindow,
|
||||
QObject * parent = Q_NULLPTR);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user