Switch to unified view
a/src/qtgui/preview_w.cpp | b/src/qtgui/preview_w.cpp | ||
---|---|---|---|
... |
... |
||
59 | #include "cancelcheck.h" |
59 | #include "cancelcheck.h" |
60 | #include "preview_w.h" |
60 | #include "preview_w.h" |
61 | #include "guiutils.h" |
61 | #include "guiutils.h" |
62 | #include "docseqhist.h" |
62 | #include "docseqhist.h" |
63 | #include "rclhelp.h" |
63 | #include "rclhelp.h" |
64 | |||
65 | #ifndef MIN |
||
66 | #define MIN(A,B) ((A)<(B)?(A):(B)) |
||
67 | #endif |
||
68 | 64 | ||
69 | // Subclass plainToRich to add <termtag>s and anchors to the preview text |
65 | // Subclass plainToRich to add <termtag>s and anchors to the preview text |
70 | class PlainToRichQtPreview : public PlainToRich { |
66 | class PlainToRichQtPreview : public PlainToRich { |
71 | public: |
67 | public: |
72 | 68 |