Skip to content

Commit

Permalink
Fixing UdpProxySocketPlugin and UdpGenericSocketPlugin having the sam…
Browse files Browse the repository at this point in the history
…e plugin id.
  • Loading branch information
arobenko committed Jun 17, 2024
1 parent 9ee7298 commit 954589a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/udp_socket/proxy/UdpProxySocketPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace plugin
class UdpProxySocketPlugin : public cc_tools_qt::Plugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "cc.UdpSocketPlugin" FILE "udp_proxy_socket.json")
Q_PLUGIN_METADATA(IID "cc.UdpProxySocketPlugin" FILE "udp_proxy_socket.json")
Q_INTERFACES(cc_tools_qt::Plugin)

public:
Expand Down

0 comments on commit 954589a

Please sign in to comment.