D8959: Make more signals non-const

Sven Brauch noreply at phabricator.kde.org
Thu Nov 23 10:45:53 UTC 2017


brauch added a comment.


  Well conceptually, a signal is only a signature. The const has no meaning conceptually (what would be the difference between a const and a non-const signal). So it makes sense to pick a normalized form -- the non-const one.
  
  Practically, the signal gets implemented by the moc and ... does things (call slots), so it's not really a const operation because the slots are also potentially non-const ...

REPOSITORY
  R32 KDevelop

REVISION DETAIL
  https://phabricator.kde.org/D8959

To: kossebau, #kdevelop, apol, kfunk
Cc: brauch, anthonyfieroni, apol, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20171123/8d396ad0/attachment.html>


More information about the KDevelop-devel mailing list