From 502ebc04747c0114bf7121d2b534c0b1a8d95376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 29 Nov 2020 22:42:19 +0000 Subject: [PATCH] Remove declaration of non-existing method. --- src/util/externalcommand.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/externalcommand.h b/src/util/externalcommand.h index f7f31c8..2f973e1 100644 --- a/src/util/externalcommand.h +++ b/src/util/externalcommand.h @@ -72,7 +72,6 @@ public: bool write(const QByteArray& input); /**< @param input the input for the program */ - bool startCopyBlocks(); bool start(int timeout = 30000); bool run(int timeout = 30000);