Vincent van Ravesteijn schreef:
Another major bug with QT 4.5.
1.Start LyX
2. Ctrl-N
3. Ctrl-N
Infinite Loop.
Vincent
According to the documentation:
bool QFileInfo::operator!= ( const QFileInfo & /fileinfo/ )
Returns true if this QFileInfo <qfileinfo.html> object refers to a
_*different file*_ than the one specified by /fileinfo/; otherwise
returns false.
bool QFileInfo::operator== ( const QFileInfo & /fileinfo/ )
Returns true if this QFileInfo <qfileinfo.html> object refers to a
file _*in the same location*_ as /fileinfo/; otherwise returns false.
WHAT ??????
see http://doc.trolltech.com/4.5/qfileinfo.html#operator-not-eq
Vincent