]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDelimiter.h
Avoid extra space in tooltips
[lyx.git] / src / frontends / qt4 / GuiDelimiter.h
index fa2ebda264632453e32bfc4908ce7bd1c780e6b5..7bd6ee610be5775e1dfde3f62ed8d36c85e17fcd 100644 (file)
@@ -40,6 +40,7 @@ public Q_SLOTS:
        void on_rightLW_currentRowChanged(int);
        void on_matchCB_stateChanged(int);
        void on_insertPB_clicked();
+       void on_swapPB_clicked();
        void on_sizeCO_activated(int);
 
 private:
@@ -49,7 +50,7 @@ private:
        void updateTeXCode(int size);
 
        /// TeX code that will be inserted.
-       QString tex_code_;
+       docstring tex_code_;
 };
 
 } // namespace frontend