mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
get rid of QT3_SUPPORT (not complete) and some cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14750 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6b399ede5d
commit
6240926584
@ -9,6 +9,10 @@
|
||||
* Full author contact details are available in file CREDITS.
|
||||
*/
|
||||
|
||||
#ifndef QT3_SUPPORT
|
||||
#define QT3_SUPPORT
|
||||
#endif
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "QLImage.h"
|
||||
@ -68,7 +72,7 @@ Image::FormatList QLImage::loadableFormats()
|
||||
|
||||
// lyxerr[Debug::GRAPHICS]
|
||||
// << "D:/msys/home/yns/src/lyx-devel/lib/images/banner.ppm is of format: "
|
||||
// << (const char*) Pic.pictureFormat("D:/msys/home/yns/src/lyx-devel/lib/images/banner.ppm")
|
||||
// << fromqstr(Pic.pictureFormat("D:/msys/home/yns/src/lyx-devel/lib/images/banner.ppm"))
|
||||
// << endl;
|
||||
// if (Pic.pictureFormat("D:/msys/home/yns/src/lyx-devel/lib/images/banner.ppm"))
|
||||
// lyxerr[Debug::GRAPHICS]
|
||||
|
Loading…
Reference in New Issue
Block a user