]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDialog.h
Handle correctly zero table special arguments.
[lyx.git] / src / frontends / qt4 / GuiDialog.h
index 20ffde046c2b6147e095e90e25df71fc161c7cd3..b579e3f038ad091273f659a941692550d79ae12d 100644 (file)
@@ -22,7 +22,7 @@ namespace lyx {
 namespace frontend {
 
 /// Base class for historical LyX dialogs.
-/** 
+/**
   * \warning New dialogs should use the leaner classes \c DialogView or
   * \c DockView depending on the intent. Eventually, old dialogs should be
   * converted to \c DialogView too.
@@ -60,7 +60,7 @@ public Q_SLOTS:
        void closeEvent(QCloseEvent * e);
 
 protected Q_SLOTS:
-       void on_bufferViewChanged() {};//override
+       void onBufferViewChanged() {};//override
 
 public:
        /** Check whether we may apply our data.
@@ -97,7 +97,7 @@ public:
         *  to close or not (no point refreshing the display for example).
         */
        bool isClosing() const { return is_closing_; }
-       
+
        ///
        bool needBufferOpen() const { return isBufferDependent(); }