mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
7 lines
124 B
C++
7 lines
124 B
C++
#include "addresstablemodel.h"
|
|
|
|
AddressTableModel::AddressTableModel(QObject *parent) :
|
|
QAbstractTableModel(parent)
|
|
{
|
|
}
|