#include "addressbooktablemodel.h"
AddressbookTableModel::AddressbookTableModel(QObject *parent)
:AutoTableModel<AddressbookData>(parent)
{
}