--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--