1 2 3 4 5 6
#include "AddressTableModel.h" AddressTableModel::AddressTableModel(QObject *parent) : QAbstractTableModel(parent) { }