mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Use resource system
This commit is contained in:
parent
1355cfe131
commit
13740b7ed1
5 changed files with 52 additions and 13 deletions
6
AddressTableModel.cpp
Normal file
6
AddressTableModel.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include "AddressTableModel.h"
|
||||
|
||||
AddressTableModel::AddressTableModel(QObject *parent) :
|
||||
QAbstractTableModel(parent)
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue