[Kst] kdeextragear-2/kst/kst/extensions/elog

Andrew Walker arwalker at sumusltd.com
Mon Jun 28 23:51:24 CEST 2004


CVS commit by arwalker: 

Hide .lo and .la files.


  M +2 -0      .cvsignore   1.4
  M +2 -6      elogthreadsubmit.cpp   1.9


--- kdeextragear-2/kst/kst/extensions/elog/.cvsignore  #1.3:1.4
@@ -4,4 +4,6 @@
 .libs
 *.moc
+*.lo
+*.la
 elogentry.cpp
 elogentry.h

--- kdeextragear-2/kst/kst/extensions/elog/elogthreadsubmit.cpp  #1.8:1.9
@@ -98,15 +98,11 @@ void ElogThreadSubmit::doTransmit(int so
     captureStruct.iHeight     = _elog->configuration()->captureHeight();
     eventCapture.setData( &captureStruct );
-QMessageBox::warning(NULL,"0","1");
-    if( _elog->app() ) {
-QMessageBox::warning(NULL,"0","1a");
+
     if( _elog->app()->activeView() ) {
-QMessageBox::warning(NULL,"0","2");
       QApplication::sendEvent( (QObject*)_elog->app()->activeView(), (QEvent*)&eventCapture );
       content_length += byteArrayCapture.size();
     } else {
-QMessageBox::warning(NULL,"0","3");
       bIncludeCapture = false;
-    }} else { bIncludeCapture = false; }
+    }
   }
   





More information about the Kst mailing list