/[qnet]/qnet/plugins/pformat/pformat.cpp
ViewVC logotype

Diff of /qnet/plugins/pformat/pformat.cpp

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

revision 1.2 by Sigma, Thu Aug 28 07:51:53 2003 UTC revision 1.3 by Sigma, Fri Aug 29 07:13:22 2003 UTC
# Line 38  void PFormat::append(const QString& msg) Line 38  void PFormat::append(const QString& msg)
38                  value = value.arg(re2.cap(1),re2.cap(2).toInt());                  value = value.arg(re2.cap(1),re2.cap(2).toInt());
39          }          }
40          getMaster()->context()->setVar(re.cap(1),value);          getMaster()->context()->setVar(re.cap(1),value);
41          getMaster()->displayStderr("Setting " + re.cap(1) + " to " + value);  //        getMaster()->displayStderr("Setting " + re.cap(1) + " to " + value);
42      }      }
43  }  }
44    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26