Il 07/10/2011 00:03, Uwe Stöhr ha scritto:
Hi Tommaso,
I get this error:
D:\LyXSVN\lyx-devel\src\frontends\qt4\FileDialog.cpp(99) : error
C2664: 'QFileDialog::getSaveFileName' : cannot convert parameter 5
from 'QString' to 'QString *'
No user-defined-conversion operator available that can perform
this conversion, or the operator cannot be called
r39810 to quick-fix compilation, but more investigation needed (from a
couple of trials, it seemed to get the selected format right -- let me
check more thoroughly). On my system the QFileDialog::getSave...()
method wants a QString* for selectedFilter as well ?!?. But it compiles
also the other way :-(.
T.