X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiImplementation.h;h=b88c2f211e5325d6fed2f79c654677704a2714fd;hb=50de85396c785a454fe07b77d815c57f3e462282;hp=08b22589e5dce785613762b56a0b3d5764ee9087;hpb=1356543c457436fc8130b9c147bd403b7a82c7e9;p=lyx.git diff --git a/src/frontends/qt4/GuiImplementation.h b/src/frontends/qt4/GuiImplementation.h index 08b22589e5..b88c2f211e 100644 --- a/src/frontends/qt4/GuiImplementation.h +++ b/src/frontends/qt4/GuiImplementation.h @@ -22,13 +22,13 @@ namespace lyx { namespace frontend { -class GuiView; +class GuiViewBase; class LyXView; /** * The GuiImplementation class is the interface to all Qt4 components. */ -class GuiImplementation: public QObject, public Gui +class GuiImplementation : public QObject, public Gui { Q_OBJECT @@ -36,7 +36,6 @@ public: GuiImplementation(); virtual ~GuiImplementation() {} - virtual LyXView& createRegisteredView(); virtual bool closeAllViews(); virtual bool unregisterView(int id); @@ -51,7 +50,7 @@ private: * object is handled by Qt when the view is closed * \sa Qt::WA_DeleteOnClose attribute. */ - std::map views_; + std::map views_; }; } // namespace frontend