[Qt-creator] Code completion crash in Qt creator
Andreas Nicolai
Andreas.Nicolai at gmx.net
Thu Jul 9 16:17:56 CEST 2009
Hi there,
this is probably a known bug, but then again, maybe not.
Qt Creator crashes when using the code completion feature (by pression . after
an object variable).
Applies to: Qt Creator 1.1.0 (Qt 4.5.1) both Linux (openSuse 11.0) and WinXP
SP3
Steps to reproduce:
1. type class declaration with some function
class NameNotImportant {
public:
void setData(Data & data);
}
2. mistype argumentlist in implementation and inside function, type object and
press . afterwards
void NameNotImportant::setData(Data & data()) {
data // << pressing . (period) after 'data' crashes Qt Creator
}
Problem is the invalid type of the argument, data() instead of data
Bye,
Andreas
More information about the Qt-creator-old
mailing list