OSSP CVS Repository

ossp - Difference in ossp-pkg/as/as-gui/as_dataop.cpp versions 1.36 and 1.37
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/as/as-gui/as_dataop.cpp 1.36 -> 1.37

--- as_dataop.cpp        2003/01/28 17:33:55     1.36
+++ as_dataop.cpp        2003/01/30 18:18:30     1.37
@@ -329,8 +329,9 @@
     QString Strsearch;                              // String to strip search
     QRegExp Stripper("\\s*$");                      // Pattern to strip off
 
-    // Optimize viewing by repainting cells only once after processing
-    m_pMaintable->setUpdatesEnabled(false);
+    // Start by prepending the AS data format version symbol
+    Tstream << TITRAQ_DATAPATTERN << TITRAQ_DATAVERSIONMAJ
+            << QChar('.') << TITRAQ_DATAVERSIONMIN << endl;
 
     // Linewise save from the main table date, time, account, and others
     for (int nIter = 0; nIter < nRows; nIter++) {
@@ -386,8 +387,6 @@
 
         Tstream << endl;                                            // Append a newline
     }
-
-    m_pMaintable->setUpdatesEnabled(true); // Update and repaint
 }
 
 //

CVSTrac 2.0.1