mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-10 23:07:52 +00:00
7 lines
124 B
C++
7 lines
124 B
C++
#include "AddressTableModel.h"
|
|
|
|
AddressTableModel::AddressTableModel(QObject *parent) :
|
|
QAbstractTableModel(parent)
|
|
{
|
|
}
|