rjvbb added a comment.

  >   Btw., the 2 nullptr in the disconnect can be left out, or?
  
  Not to my understanding. From the docs:
  
    Disconnect everything connected to a specific signal:
      disconnect(myObject, SIGNAL(mySignal()), 0, 0);
    
    equivalent to the non-static overloaded function
      myObject->disconnect(SIGNAL(mySignal()));
  
  I don't think the 2nd form would match the rest of the code, do you?

REPOSITORY
  R39 KTextEditor

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

To: rjvbb, #ktexteditor, #frameworks, cullmann
Cc: cullmann, kde-frameworks-devel, kwrite-devel, michaelh, ngraham, bruns, 
demsking, head7, kfunk, sars, dhaumann

Reply via email to