diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-27 20:21:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-27 20:26:17 +0200 |
commit | e36b3c4919a703b20838fa3c23456326b9d84b72 (patch) | |
tree | d958132b9d1fdf72fb3105b5779e189d511974ad /tracker-udp/ftnoir_tracker_udp.h | |
parent | 27defd345dd8d98ecde6cfb70422c158bd2a4e0e (diff) |
fix lrelease class name conflicts
Diffstat (limited to 'tracker-udp/ftnoir_tracker_udp.h')
-rw-r--r-- | tracker-udp/ftnoir_tracker_udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-udp/ftnoir_tracker_udp.h b/tracker-udp/ftnoir_tracker_udp.h index 5a048ecb..86e82dc6 100644 --- a/tracker-udp/ftnoir_tracker_udp.h +++ b/tracker-udp/ftnoir_tracker_udp.h @@ -51,7 +51,7 @@ private slots: void doCancel(); }; -class udpDll : public Metadata +class udp_receiver_dll : public Metadata { Q_OBJECT |