summaryrefslogtreecommitdiff
path: root/qrtclient
diff options
context:
space:
mode:
Diffstat (limited to 'qrtclient')
-rw-r--r--qrtclient/client.hxx2
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);