~neon/ksirk/master

« back to all changes in this revision

Viewing changes to ksirk/iris/src/irisnet/noncore/processquit.cpp

  • Committer: Albert Astals Cid
  • Date: 2019-04-12 23:21:40 UTC
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: git-v1:3d2a7a5a04cab7ea0c317bdde37550c4fdf1fd61
Mark functions as override

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
                connect(sn, &QSocketNotifier::activated, this, &SafeSocketNotifier::activated);
62
62
        }
63
63
 
64
 
        ~SafeSocketNotifier()
 
64
        ~SafeSocketNotifier() override
65
65
        {
66
66
                sn->setEnabled(false);
67
67
                releaseAndDeleteLater(this, sn);
134
134
#endif
135
135
        }
136
136
 
137
 
        ~Private()
 
137
        ~Private() override
138
138
        {
139
139
#ifdef Q_OS_WIN
140
140
                if(use_handler)