Make service records model.

This commit is contained in:
2020-06-06 21:14:24 -04:00
parent c9d742fab7
commit 0590c2bec6
3 changed files with 44 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ class SqlVehicle : public QSqlTableModel
public:
explicit SqlVehicle(QObject *parent);
QHash<int, QByteArray> roleNames() const override;
QVariant data(const QModelIndex &index, int role) const;
QVariant data(const QModelIndex &index, int role) const override;
private: