summaryrefslogtreecommitdiffhomepage
path: root/tracker-hatire/thread.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-05-09 10:51:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-05-09 10:51:32 +0200
commit2db4accd652a3a156046c373355535247b2ea7aa (patch)
treea5acf0ed02608ea36e2c0b5cd921bc0500fc2c6e /tracker-hatire/thread.hpp
parent469371da434e1fcd1cbe51ce8b7e493ea7580a7f (diff)
tracker/hatire: remove min length check duplication
The api callee already takes care of that so remove the "ok" argument.
Diffstat (limited to 'tracker-hatire/thread.hpp')
-rwxr-xr-xtracker-hatire/thread.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-hatire/thread.hpp b/tracker-hatire/thread.hpp
index 44866e51..1a3f2b09 100755
--- a/tracker-hatire/thread.hpp
+++ b/tracker-hatire/thread.hpp
@@ -132,7 +132,7 @@ public:
~hatire_thread() override;
hatire_thread();
- QByteArray& send_data_read_nolock(bool& ret);
+ QByteArray& send_data_read_nolock();
void Log(const QString& message);