| Summary: | build failed due to "call to member function 'readLine' is ambiguous" | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Takahiro Hashimoto <kenya888> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.90.900 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/konsole/be2b2b4b2e7d6375c852262fb1798f272697a240 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: |
build error log
patch |
||
|
Description
Takahiro Hashimoto
2015-02-06 05:23:25 UTC
Created attachment 90938 [details]
patch
> *Route cause:
> - As QtTextStream::readLine() has been overloaded in Qt5 dev branch[1]
> readLine(0) is detected as ambiguous.
> [1] https://codereview.qt-project.org/#/c/98606/
sorry for typo.
*Root cause:
- As QTextStream::readLine() has been overloaded in Qt5 dev branch[1]
readLine(0) is detected as ambiguous.
Git commit be2b2b4b2e7d6375c852262fb1798f272697a240 by Kurt Hindenburg. Committed on 07/02/2015 at 19:35. Pushed by hindenburg into branch 'master'. call readLine() without arg to be set maxlen=0 as default Qt dev overloads readline() call to member function 'readLine' is ambiguous Thanks to Takahiro Hashimoto for report and fix M +1 -1 src/ProcessInfo.cpp http://commits.kde.org/konsole/be2b2b4b2e7d6375c852262fb1798f272697a240 |