]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Action.cpp
Use QFontMetrics information for underlines (and friends) width and position
[lyx.git] / src / frontends / qt4 / Action.cpp
index 115111f27fc1db944a04bce0ef47255be37c4698..71e41a44318ac24c86cb3ba500a85a29653b539e 100644 (file)
 
 #include "Action.h"
 
+// DispatchResult.h is needed by the windows compiler because lyx::dispatch
+// returns a DispatchResult const reference. Gcc does not complain. Weird...
+#include "DispatchResult.h"
 #include "FuncRequest.h"
 #include "FuncStatus.h"
 #include "LyX.h"
+
 #include "qt_helpers.h"
 
 #include "support/debug.h"