mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21013 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cf9f0fce52
commit
3cf87991c6
@ -72,7 +72,7 @@ Image::FormatList GuiImage::loadableFormats()
|
|||||||
// << "pictureFormat not returned NULL\n" << endl;
|
// << "pictureFormat not returned NULL\n" << endl;
|
||||||
// << "Supported formats are: " << Pic.inputFormats() << endl;
|
// << "Supported formats are: " << Pic.inputFormats() << endl;
|
||||||
|
|
||||||
QList<QByteArray> qt_formats = QImageReader::supportedImageFormats ();
|
QList<QByteArray> qt_formats = QImageReader::supportedImageFormats();
|
||||||
|
|
||||||
LYXERR(Debug::GRAPHICS)
|
LYXERR(Debug::GRAPHICS)
|
||||||
<< "\nThe image loader can load the following directly:\n";
|
<< "\nThe image loader can load the following directly:\n";
|
||||||
@ -82,7 +82,7 @@ Image::FormatList GuiImage::loadableFormats()
|
|||||||
<< "\nQt4 Problem: No Format available!" << endl;
|
<< "\nQt4 Problem: No Format available!" << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (QList<QByteArray>::const_iterator it =qt_formats.begin(); it != qt_formats.end(); ++it) {
|
for (QList<QByteArray>::const_iterator it = qt_formats.begin(); it != qt_formats.end(); ++it) {
|
||||||
|
|
||||||
LYXERR(Debug::GRAPHICS) << (const char *) *it << ", ";
|
LYXERR(Debug::GRAPHICS) << (const char *) *it << ", ";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user