~neon/ksirk/master

« back to all changes in this revision

Viewing changes to ksirk/iris/src/irisnet/noncore/legacy/servsock.h

  • Committer: Albert Astals Cid
  • Date: 2019-04-12 23:22:01 UTC
  • mfrom: (709.1.2)
  • Revision ID: git-v1:c1973cd3194fa2d0bc8fbb15abfc59775b813868
Merge remote-tracking branch 'origin/Applications/19.04'

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        Q_OBJECT
33
33
public:
34
34
        ServSock(QObject *parent=0);
35
 
        ~ServSock();
 
35
        ~ServSock() override;
36
36
 
37
37
        bool isActive() const;
38
38
        bool listen(quint16 port);