]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiListings.h
fix completion painting for RTL (inline completion and completion list)
[lyx.git] / src / frontends / qt4 / GuiListings.h
index 400b867e38718cb927ea0c63d06d97ee39441d2b..22541997688c277d247b3a15ab15f42bf222b92d 100644 (file)
@@ -23,7 +23,7 @@ class GuiListings : public GuiDialog, public Ui::ListingsUi
 {
        Q_OBJECT
 public:
-       GuiListings(LyXView & lv);
+       GuiListings(GuiView & lv);
        /// get values from all the widgets and form a string
        std::string construct_params();
        /// validate listings parameters and return an error message, if any
@@ -44,7 +44,6 @@ private Q_SLOTS:
        /// show dialect when language is chosen
        void on_languageCO_currentIndexChanged(int);
 private:
-       void closeEvent(QCloseEvent * e);
        /// return false if validate_listings_params returns error
        bool isValid();
        /// Apply changes