]> 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 e22b8d7255ac1acaecc01b2c84b92e48213d8b18..dfa99ac414d6ec7c4b810c074478345233d07dd5 100644 (file)
 #include <algorithm>
 #include <cmath>
 #include <iomanip>
-#include <climits>
 #include <map>
 #include <sstream>
 #include <stack>
 #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