/[svn]/qsampler/trunk/src/qsamplerMessages.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMessages.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2458 by capela, Wed Apr 10 09:11:37 2013 UTC revision 2459 by capela, Mon Jul 8 10:06:57 2013 UTC
# Line 111  Messages::~Messages (void) Line 111  Messages::~Messages (void)
111  }  }
112    
113    
 #if QT_VERSION < 0x040300  
 void Messages::showEvent ( QShowEvent *pEvent )  
 {  
         QDockWidget::showEvent(pEvent);  
         emit visibilityChanged(isVisible());  
 }  
 #endif  
   
114  // Own stdout/stderr socket notifier slot.  // Own stdout/stderr socket notifier slot.
115  void Messages::stdoutNotify ( int fd )  void Messages::stdoutNotify ( int fd )
116  {  {

Legend:
Removed from v.2458  
changed lines
  Added in v.2459

  ViewVC Help
Powered by ViewVC