]> git.lyx.org Git - lyx.git/commitdiff
Remove GuiView parent from DialogView based dialogs. This is because these dialogs...
authorAbdelrazak Younes <younes@lyx.org>
Mon, 5 Apr 2010 09:26:14 +0000 (09:26 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 5 Apr 2010 09:26:14 +0000 (09:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34051 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/DialogView.h

index a95b1a435cd910141d5557a5e5b7ac7c314c7ece..47a018fd3312adc642928ba4a3a3f3df593237b5 100644 (file)
@@ -29,7 +29,7 @@ public:
        /// container.
        /// \param title is the window title used for decoration.
        DialogView(GuiView & lv, QString const & name, QString const & title)
-               : QDialog(&lv), Dialog(lv, name, "LyX: " + title)
+               : Dialog(lv, name, "LyX: " + title)
        {}
 
        virtual QWidget * asQWidget() { return this; }