Diffusion KIO b565894f61e3

Fix deprecation syntax in ktcpsocket.h

Authored by dfaure on Nov 19 2019, 1:16 PM.

Description

Fix deprecation syntax in ktcpsocket.h

Summary:
gcc (7.4.1 here) says:
ktcpsocket.h:171:22: warning: attribute ignored in declaration of ‘class KTcpSocket’ [-Wattributes]
class KIOCORE_EXPORT KTcpSocket: public QIODevice

^~~~~~~~~~

ktcpsocket.h:171:22: note: attribute for ‘class KTcpSocket’ must follow the ‘class’ keyword

Test Plan: builds without that warning

Reviewers: vkrause, kossebau

Reviewed By: vkrause

Subscribers: kde-frameworks-devel

Tags: Frameworks

Differential Revision: https://phabricator.kde.org/D25401

Details

Committed
dfaureNov 21 2019, 8:51 PM
Reviewer
vkrause
Differential Revision
D25401: Fix deprecation syntax in ktcpsocket.h
Parents
R241:4d8aa4be386e: [KPropertiesDialog] provide a way of showing the target of a symlink
Branches
Unknown
Tags
Unknown