Switch to unified view
a/src/qtgui/rclmain_w.h | b/src/qtgui/rclmain_w.h | ||
---|---|---|---|
... |
... |
||
124 | // Serial number of current search for this process. |
124 | // Serial number of current search for this process. |
125 | // Used to match to preview windows |
125 | // Used to match to preview windows |
126 | int m_searchId; |
126 | int m_searchId; |
127 | map<QString, int> m_stemLangToId; |
127 | map<QString, int> m_stemLangToId; |
128 | int m_idNoStem; |
128 | int m_idNoStem; |
129 | int m_idAllStem; |
||
129 | 130 | ||
130 | virtual void init(); |
131 | virtual void init(); |
131 | virtual void previewPrevOrNextInTab(Preview *, int sid, int docnum, |
132 | virtual void previewPrevOrNextInTab(Preview *, int sid, int docnum, |
132 | bool next); |
133 | bool next); |
133 | virtual void setStemLang(const QString& lang); |
134 | virtual void setStemLang(const QString& lang); |