ossp-pkg/as/as-gui/as_reportpanel.cpp 1.10 -> 1.11
--- as_reportpanel.cpp 2003/02/21 15:04:04 1.10
+++ as_reportpanel.cpp 2003/02/21 21:56:52 1.11
@@ -543,7 +543,6 @@
QTextStream Outstream(&Report); // Convert to stream
Outstream << m_pBrowser->text(); // Write the data
Report.close(); // Finish by closing
-qDebug(m_pBrowser->text().ascii());
}
}
// Otherwise, user did not select a valid file and push okay button
|
|