]> git.lyx.org Git - features.git/commitdiff
cosmetics
authorAndré Pönitz <poenitz@gmx.net>
Wed, 17 Oct 2007 18:47:47 +0000 (18:47 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 17 Oct 2007 18:47:47 +0000 (18:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21013 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiImage.cpp

index 1b645311e5662d18f146f79d430abeaa8553d7d9..efa198bc69efb2137d6385108456ed7b4f425657 100644 (file)
@@ -72,7 +72,7 @@ Image::FormatList GuiImage::loadableFormats()
 //                     << "pictureFormat not returned NULL\n" << endl;
 //                     << "Supported formats are: " << Pic.inputFormats() << endl;
 
-       QList<QByteArray> qt_formats = QImageReader::supportedImageFormats ();
+       QList<QByteArray> qt_formats = QImageReader::supportedImageFormats();
 
        LYXERR(Debug::GRAPHICS)
                << "\nThe image loader can load the following directly:\n";
@@ -82,7 +82,7 @@ Image::FormatList GuiImage::loadableFormats()
                        << "\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 << ", ";