Tasking: Remove duplicated enum

This enum is already defined in networkquery.h, so that's
a copy/paste mistake.

Amends 6c39e136fd

Change-Id: I41feb13c9adc06608e67ff672120e434b80a4386
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2024-09-02 12:20:21 +02:00
parent e017a10541
commit 324b62ce61

View File

@@ -21,8 +21,6 @@ namespace Tasking {
// is independent on Qt::Network. // is independent on Qt::Network.
// Possibly, it could be placed inside Qt::Network library, as a wrapper around QTcpSocket. // Possibly, it could be placed inside Qt::Network library, as a wrapper around QTcpSocket.
enum class NetworkOperation { Get, Put, Post, Delete };
class TASKING_EXPORT TcpSocket final : public QObject class TASKING_EXPORT TcpSocket final : public QObject
{ {
Q_OBJECT Q_OBJECT