OSSP CVS Repository

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

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

--- as_dataop.cpp        2003/01/30 18:18:30     1.37
+++ as_dataop.cpp        2003/01/30 18:23:00     1.38
@@ -73,8 +73,8 @@
 
     // Eat lines until reading the start accounts token
     while (!Line.startsWith(trUtf8("%!AS-ACCOUNTS")) && !Tstream.atEnd()) {
-        Line = trUtf8(""); // Empty line for later inspection
-        Line = Tstream.readLine(); // Get a new line to examine
+        Line = QString("");         // Empty line for later inspection
+        Line = Tstream.readLine();  // Get a new line to examine
     }
 
     // Strip out extra line feeds in stream
@@ -82,7 +82,7 @@
         Tstream.skipWhiteSpace();       // Strip and get
         Line = Tstream.readLine();      // the new line
         if (Line.at(0) == QChar('#'))   // Remove comments
-            Line = trUtf8("");
+            Line = QString("");
     }
 
     // Set the accounts choices by linewise reading from the input
@@ -99,12 +99,12 @@
             *m_pTaskentries << Temp;        // to internal account bank
         }
 
-        Line = trUtf8(""); // Clear line for next round
+        Line = QString(""); // Clear line for next round
         while (Line.isEmpty() && !Tstream.atEnd()) {
             Tstream.skipWhiteSpace();       // Strip and get
             Line = Tstream.readLine();      // the new line
             if (Line.at(0) == QChar('#'))   // Remove comments
-                Line = trUtf8("");
+                Line = QString("");
         }
     }
 }
@@ -150,7 +150,7 @@
         Tstream.skipWhiteSpace();       // Strip and get
         Line = Tstream.readLine();      // the new line
         if (Line.at(0) == QChar('#'))   // Remove comments
-            Line = trUtf8("");
+            Line = QString("");
     }
 
 //    // Going into data churning, so prepare date and time parsing and conversion
@@ -271,13 +271,13 @@
         }
 
         nIter++;            // The big increment
-        Line = trUtf8("");  // Clear line for next round
+        Line = QString(""); // Clear line for next round
 
         while (Line.isEmpty() && !Tstream.atEnd()) {    // Strip and get
             Tstream.skipWhiteSpace();                   // Remove white
             Line = Tstream.readLine();                  // the new line
             if (Line.at(0) == QChar('#'))               // Remove comments
-                Line = trUtf8("");
+                Line = QString("");
         }
     }
 

CVSTrac 2.0.1