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