Changeset 11 for psi/trunk/src/tools/openpgp/gpgop.cpp
- Timestamp:
- Sep 5, 2006, 1:08:29 AM (19 years ago)
- File:
-
- 1 edited
-
psi/trunk/src/tools/openpgp/gpgop.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
psi/trunk/src/tools/openpgp/gpgop.cpp
r2 r11 540 540 QString GpgOp::fixIncomingLines(const QString &str) 541 541 { 542 #if def Q_WS_WIN542 #if 543 543 QString out; 544 544 for(int n = 0; n < (int)str.length(); ++n) { … … 558 558 QString GpgOp::fixOutgoingLines(const QString &str) 559 559 { 560 #if def Q_WS_WIN560 #if 561 561 QString out; 562 562 for(int n = 0; n < (int)str.length(); ++n) {
Note:
See TracChangeset
for help on using the changeset viewer.
