From kde-panel-devel Thu Nov 30 19:02:23 2017 From: =?utf-8?q?Martin_Fl=C3=B6ser?= Date: Thu, 30 Nov 2017 19:02:23 +0000 To: kde-panel-devel Subject: D8673: Sanitize signal handling in ksmserver Message-Id: <20171130190223.130552.5D2D6BDE26181EED () phabricator ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-panel-devel&m=151206855711340 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--76e65cf4aec84ae4827414c3369d5e35" --76e65cf4aec84ae4827414c3369d5e35 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ascii" Mime-Version: 1.0 graesslin added inline comments. INLINE COMMENTS > server.cpp:615 > + QSocketNotifier* n = new QSocketNotifier(sockets[1], QSocketNotifier::Read, this); > + qApp->connect(n, SIGNAL(activated(int)), SLOT(quit())); > + why the old connect syntax? REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D8673 To: jpalecek, #plasma Cc: graesslin, davidedmundson, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart --76e65cf4aec84ae4827414c3369d5e35 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="ascii" Mime-Version: 1.0 View Revision=
graesslin added inline comments.

INLINE COMMENTS
QSocketNotifier* n =3D new QSocketNotifier(sockets[1= ], QSocketNotifier= ::Read, this);
qApp->connect(n, SIGNAL= (activated(int)), SLOT(quit()));

why the old connect syntax?


REPOSITORY
R120 Plasma Workspace

REVISION DETAIL
https://phabricator.kde.org/D= 8673

To: jpalecek, Plasma
<= strong>Cc: graesslin, davidedmundson, plasma-devel, ZrenBot, progw= olff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
--76e65cf4aec84ae4827414c3369d5e35--