aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJarek Kobus <[email protected]>2024-09-02 12:20:21 +0200
committerJarek Kobus <[email protected]>2024-09-02 11:38:52 +0000
commit324b62ce615f33de743d3e9656437a88d044861a (patch)
treebb14498f4f09f2a6f693232557f8e61714e377eb /src
parente017a10541a8f8ff3697cb03c18c673b0e78b871 (diff)
Tasking: Remove duplicated enum
This enum is already defined in networkquery.h, so that's a copy/paste mistake. Amends 6c39e136fd35dc10f57aef74aff605424469c0bb Change-Id: I41feb13c9adc06608e67ff672120e434b80a4386 Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/libs/solutions/tasking/tcpsocket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/solutions/tasking/tcpsocket.h b/src/libs/solutions/tasking/tcpsocket.h
index b7d0f1fe1a6..e308efec492 100644
--- a/src/libs/solutions/tasking/tcpsocket.h
+++ b/src/libs/solutions/tasking/tcpsocket.h
@@ -21,8 +21,6 @@ namespace Tasking {
// is independent on Qt::Network.
// 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
{
Q_OBJECT