Jean-Marc Lasgouttes wrote:
[EMAIL PROTECTED] writes:
Author: younes
Date: Thu Sep 27 16:47:42 2007
New Revision: 20541
URL: http://www.lyx.org/trac/changeset/20541
Log:
gcc compil fix.
Hmm, now I get:
In file included from ../../../../lyx-devel/src/frontends/qt4/Dialogs.cpp:17:
../../../../lyx-devel/src/frontends/qt4/DialogView.h: In member function `void
lyx::frontend::DialogView<MyController, MyWidget>::showEvent(QShowEvent*)':
../../../../lyx-devel/src/frontends/qt4/DialogView.h:100: error:
`restoreGeometry' is not a member of `QDialog'
../../../../lyx-devel/src/frontends/qt4/DialogView.h: In member function `void
lyx::frontend::DialogView<MyController, MyWidget>::closeEvent(QCloseEvent*)':
../../../../lyx-devel/src/frontends/qt4/DialogView.h:108: error: `saveGeometry'
is not a member of `QDialog'
ARRRGG! Bloody gcc! QDialog inherits QWidget so I don't understand the
problem. I'll correct that anyway...
Abdel.