PDA

View Full Version : Problem and solution about QSA 1.2.0 compilation



Dwarf007
5th March 2006, 14:50
It seems that there is a problem in the following file of the QSA 1.2.0 Release:
tools/designer/editor/conf.cpp on line 155
settings.beginGroup();

beginGroup usually takes one parameter.

In order to get this compile I added path (which is of type QString):
settings.beginGroup(path);

Does anyone know where to report this ?

jacek
5th March 2006, 15:48
Does anyone know where to report this ?
Here: http://www.trolltech.com/developer/tasktracker.html (but first check if it wasn't already reported).

seneca
7th March 2006, 10:28
Was this inserted in the bugtracker yet, I could not find it?

I guess the proper fix would be:

settings.beginGroup(elements[i]);

Dwarf007
7th March 2006, 13:32
I have added it but couldn't see it neither.
It should be assigned to issue number #105675

Dwarf007
7th March 2006, 16:27
I just got a response from Trolltech:


The conf.cpp file is never used by QSA so we will get it removed from
the package, so you don't need to make modifications to this file. Did
QSA not build for you when installing it?

seneca
7th March 2006, 16:52
Now that explains why nmake didn't compile anything after changing the file.