]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/InsertTableWidget.h
Fix reloading of local layout file (bug #11120)
[lyx.git] / src / frontends / qt4 / InsertTableWidget.h
index 36e6dfa9e10b03429d69c8cf43eea7ffccf25866..f38d3dbe9b729c4f7085d99d0c85020c564382b8 100644 (file)
@@ -24,7 +24,7 @@ class InsertTableWidget : public QWidget {
        Q_OBJECT
 public:
 
-       InsertTableWidget(GuiView &, QWidget *);
+       InsertTableWidget(QWidget *);
 
 Q_SIGNALS:
        //! widget is visible
@@ -62,8 +62,6 @@ private:
        int bottom_;
        //! column of pointer
        int right_;
-       //! the lyxview we need to dispatch the funcrequest
-       GuiView & lyxView_;
        //! widget under mouse
        bool underMouse_;
 };