diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-15 20:56:12 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-15 20:56:12 +0800 |
commit | 0430cbb3680370d9d761f718393632e5336cb4b3 (patch) | |
tree | de49808c790879d05ccde6082fd414e73f89e0bd /qrtclient | |
parent | 70565512f20febb7a2e47ea6efde61a31aa7c578 (diff) |
Remove ticket destructor because of the warning
Diffstat (limited to 'qrtclient')
-rw-r--r-- | qrtclient/ticket.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qrtclient/ticket.hxx b/qrtclient/ticket.hxx index af438ae..0df168b 100644 --- a/qrtclient/ticket.hxx +++ b/qrtclient/ticket.hxx @@ -29,7 +29,6 @@ namespace RTClient { explicit TicketList(QObject* parent = nullptr) : QAbstractListModel{parent} {} - ~TicketList() {} int rowCount(QModelIndex const& parent = QModelIndex()) const Q_DECL_OVERRIDE; |