]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTabular.h
I assume this was a c&p error
[lyx.git] / src / frontends / qt4 / GuiTabular.h
index ac5f353bdf1e38796a7d9fae379d0f5a4cf4411d..9b31a94c79d4266e02a579cd67c8833b6b48cf65 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "InsetParamsWidget.h"
 #include "ui_TabularUi.h"
+#include "insets/InsetTabular.h"
 
 namespace lyx {
 namespace frontend {
@@ -48,6 +49,10 @@ private:
        void setVAlign(std::string & param_str) const;
        ///
        void setTableAlignment(std::string & param_str) const;
+       ///
+       void setWidthAndAlignment();
+       ///
+       bool funcEnabled(Tabular::Feature f) const;
 };
 
 } // namespace frontend