]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiInclude.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiInclude.h
index 0fc998f644dabcfe6c3f5c22c9e74e659c7f47f9..1e65812f91416db12b085dac705a68826fbe751c 100644 (file)
@@ -43,7 +43,7 @@ private Q_SLOTS:
        /// I have to validate listingsED (QTextEdit) manually.
        /// This function displays a hint or error message returned by
        /// validate_listings_params
-       void set_listings_msg();
+       void setListingsMsg();
 
 private:
        ///
@@ -66,7 +66,7 @@ private:
                ///
                INCLUDE,
                ///
-               LISTINGS,
+               LISTINGS
        };
        ///
        void updateLists();
@@ -77,7 +77,7 @@ private:
        /// Apply changes
        void applyView();
        /// update
-       void updateContents() { };
+       void updateContents() {}
        /// Browse for a file
        QString browse(QString const &, Type) const;