]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/pch.h
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / pch.h
index afbf65ea263a81509672d4fa83dfac9c19bdd599..dfa99ac414d6ec7c4b810c074478345233d07dd5 100644 (file)
 #include <string>
 #include <utility>
 #include <vector>
-
-// Have I said anything about the braindeadness of QT lately?
-// Just to remind you: signals slot emit as macros, pure lunacy!
-// So we are not able to have any qt headers in the pch.
-
-// #include <qt.h>
-
-// #define qtsignal signal
-// #define qtsignals signals
-// #define qtemit emit
-// #undef signal
-// #undef signals
-// #undef emit