Remove declaration of non-existing method.

This commit is contained in:
Andrius Štikonas 2020-11-29 22:42:19 +00:00
parent 04a095a542
commit 502ebc0474
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ public:
bool write(const QByteArray& input); /**< @param input the input for the program */ bool write(const QByteArray& input); /**< @param input the input for the program */
bool startCopyBlocks();
bool start(int timeout = 30000); bool start(int timeout = 30000);
bool run(int timeout = 30000); bool run(int timeout = 30000);