diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-02 22:47:49 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-02 22:47:49 +0800 |
| commit | 5567338ace1f591c6a0e7a54da0cf15667e3b462 (patch) | |
| tree | b86d65b633d89046f57ab3265a5eac0f8f4e059e /qrtclient | |
| parent | b628ffd96ce55f2fab838b4c9626dde873370ed1 (diff) | |
Ticket history long format can be set
Diffstat (limited to 'qrtclient')
| -rw-r--r-- | qrtclient/client.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qrtclient/client.hxx b/qrtclient/client.hxx index b672620..e9e6b0f 100644 --- a/qrtclient/client.hxx +++ b/qrtclient/client.hxx @@ -63,7 +63,7 @@ namespace RTClient { , QString const& due = nullptr , QString const& text = nullptr); void searchTicket(QString const& owner); - void ticketHistory(int id); + void ticketHistory(int id, bool longFormat = false); signals: void loggedIn(QString const& name); |