]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QMath.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QMath.h
index 0856de37650c3fd89bfbbb959133495e84d52ed3..b1497365ae34c8a387b15d577921fd944734805c 100644 (file)
@@ -20,8 +20,7 @@
 
 class QMathDialog;
 
-class QMath
-{
+class QMath {
 public:
        friend class QMathDialog;
 
@@ -40,7 +39,7 @@ public:
        void insertCubeRoot();
 
        /// insert a matrix
-       void insertMatrix();
+       void insertMatrix(string const & str);
 
        /// insert delim
        void insertDelim(string const & str);
@@ -53,7 +52,6 @@ public:
 
        /// switch between display and inline
        void toggleDisplay();
-
 private:
        /// Apply changes
        virtual void apply() {}