summaryrefslogtreecommitdiff
path: root/tickethistory.cxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-05 14:51:36 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-05 14:51:36 +0800
commit232dd5211cd30774274cbbfc971b3489a8bcf200 (patch)
tree6d289eb4b51951922476012fad275ae98e87f6a8 /tickethistory.cxx
parent697ef5940faa71d96207d532a885d20e7b0494cc (diff)
updated signal is emitted only when the list *is* updated
Diffstat (limited to 'tickethistory.cxx')
-rw-r--r--tickethistory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tickethistory.cxx b/tickethistory.cxx
index 4243d7c..80fc478 100644
--- a/tickethistory.cxx
+++ b/tickethistory.cxx
@@ -83,8 +83,8 @@ namespace RTClient {
addTicketHistory
(TicketHistory{list->histories[i]});
rtclient_ticket_history_list_free(list);
+ emit updated();
}
- emit updated();
}
}