mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
* Remove unnecessary #include directive from BufferView_pimpl.C.
* Remove invalid Q_EXPORT declaration as it breaks compilation of the generated qgridview_moc.C on Windows machines. Has no effect on *nix machines where Q_EXPORT expands to an empty string. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9366 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b487b66e37
commit
f2240515c7
@ -63,7 +63,6 @@
|
||||
#include "BoostFormat.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
|
||||
using std::vector;
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-12-14 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* BufferView_pimpl.C: remove unnecessary #include <sys/wait.h>.
|
||||
|
||||
2004-12-14 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* Makefile.am: change targets lyx_main.o and main.o to
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-12-14 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* qgridview.h (class QGridView): remove invalid Q_EXPORT declaration
|
||||
as it breaks compilation of the generated qgridview_moc.C on
|
||||
Windows machines. Has no effect on *nix machines where Q_EXPORT expands
|
||||
to an empty string.
|
||||
|
||||
2004-12-14 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* Makefile.am (INCLUDES):
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**********************************************************************
|
||||
** $Id: qgridview.h,v 1.2 2002/12/01 22:59:19 larsbj Exp $
|
||||
** $Id: qgridview.h,v 1.2.2.1 2004/12/14 11:07:08 leeming Exp $
|
||||
**
|
||||
** Definition of QGridView class
|
||||
**
|
||||
@ -44,7 +44,7 @@
|
||||
|
||||
class QGridViewPrivate;
|
||||
|
||||
class Q_EXPORT QGridView : public QScrollView
|
||||
class QGridView : public QScrollView
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY( int numRows READ numRows WRITE setNumRows )
|
||||
|
Loading…
Reference in New Issue
Block a user