summaryrefslogtreecommitdiff
path: root/tickethistory.cxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-07 10:29:33 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-07 10:29:33 +0800
commit93d62098aef7f4e1c80fd9edaf7730591e102cbd (patch)
treed4ac025054809dc54a70a40627f5927ae9503973 /tickethistory.cxx
parent2b0fe738ee037f5b1c78ddfea8efc1a2681e68c1 (diff)
parent0cf274af73740a4ee48f18a66a63b6cc8355c9ab (diff)
Merge branch 'master' into cmake
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();
}
}