Show
Ignore:
Timestamp:
07/05/08 13:09:27 (5 months ago)
Author:
eugene
Message:

Don't interfere Qt with additional mouse selection copying slots, just instruct how to do the copy.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/widgets/mlview.h

    r6166 r6428  
    7171protected: 
    7272  virtual void contextMenuEvent(QContextMenuEvent* event); 
     73  virtual QMimeData* createMimeDataFromSelection() const; 
    7374 
    7475public slots: 
     
    7677 
    7778private slots: 
    78   void slotCopy(); 
    7979  void slotCopyUrl(); 
    8080  void makeQuote();