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