Enough is enough. If it doesn't work, don't ship it.

--- kmmainwin.cpp       2001/06/12 09:44:14     1.329
+++ kmmainwin.cpp       2001/06/13 06:46:55
@@ -1318,8 +1318,10 @@

   connect(win, SIGNAL(statusMsg(const QString&)),
           this, SLOT(statusMsg(const QString&)));
+/*
   connect(win, SIGNAL(popupMenu(const KURL&,const QPoint&)),
           this, SLOT(slotMsgPopup(const KURL&,const QPoint&)));
+*/
   connect(win, SIGNAL(urlClicked(const KURL&,int)),
           this, SLOT(slotUrlClicked(const KURL&,int)));
   connect(win, SIGNAL(showAtmMsg(KMMessage *)),

svn path=/trunk/kdenetwork/kmail/; revision=101928
wilder-work
George Staikos 25 years ago
parent 37e0f0e01e
commit 2d3754fa61
  1. 2
      kmmainwin.cpp

@ -1318,8 +1318,10 @@ void KMMainWin::showMsg(KMReaderWin *win, KMMessage *msg)
connect(win, SIGNAL(statusMsg(const QString&)),
this, SLOT(statusMsg(const QString&)));
/*
connect(win, SIGNAL(popupMenu(const KURL&,const QPoint&)),
this, SLOT(slotMsgPopup(const KURL&,const QPoint&)));
*/
connect(win, SIGNAL(urlClicked(const KURL&,int)),
this, SLOT(slotUrlClicked(const KURL&,int)));
connect(win, SIGNAL(showAtmMsg(KMMessage *)),

Loading…
Cancel
Save