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

_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to