mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-07 14:00:59 +00:00
7 lines
124 B
C++
7 lines
124 B
C++
#include "AddressTableModel.h"
|
|
|
|
AddressTableModel::AddressTableModel(QObject *parent) :
|
|
QAbstractTableModel(parent)
|
|
{
|
|
}
|