| Summary: | the method readLine() in File class does not work | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Yiwen Mao <yiwenv> |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Yiwen Mao
2008-02-07 02:25:38 UTC
SVN commit 771860 by arwalker: CCBUG:157305 update documentation M +10 -7 bind_file.cpp M +4 -2 bind_file.h WebSVN link: http://websvn.kde.org/?view=rev&revision=771860 The documentation has been clarified.
A sample code snippet would be:
f=new File("test.dat")
f.open()
f.readLine()
|