D18368: [effects] Port to new connect syntax

David Edmundson <[email protected]>
Newsgroups gmane.comp.kde.devel.kwin
Message-ID <[email protected]>
davidedmundson added a comment.


  If you have:
  
    Base
    {
    public Q_SLOTS:
    void foo();
    }
    
    Derived
    {
    public Q_SLOTS:
    void foo();
    }
  
  asdf = new Derived();
  connect(.., asdf, SLOT(foo()));  goes to Derived  
  connect(..., asdf, &Base::foo);  goes to Base

REPOSITORY
  R108 KWin

BRANCH
  effects-port-to-new-connect-syntax

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

To: zzag, #kwin, davidedmundson
Cc: davidedmundson, broulik, graesslin, kwin, jraleigh, GB_2, mkulinski, ragreen, jackyalcine, Pitel, iodelay, bwowk, ZrenBot, ngraham, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.