]> git.lyx.org Git - features.git/commitdiff
remove invalid Q_EXPORT declaration as it breaks compilation of the
authorAngus Leeming <leeming@lyx.org>
Tue, 14 Dec 2004 11:05:44 +0000 (11:05 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 14 Dec 2004 11:05:44 +0000 (11:05 +0000)
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/trunk@9365 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/ChangeLog
src/frontends/qt2/qgridview.h

index f53a77e024fe3fd2606d193d52056ac52ef9a0b3..f36901ad9432f81f4d0f51cadf8e5a3d681acc8a 100644 (file)
@@ -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 (AM_CPPFLAGS):
index a50235a2f1513819c2f8082814e090b172c83583..89a2fa3730e842be87c16eb5476046306a756a2e 100644 (file)
@@ -1,5 +1,5 @@
 /**********************************************************************
-** $Id: qgridview.h,v 1.2 2002/12/01 22:59:19 larsbj Exp $
+** $Id: qgridview.h,v 1.3 2004/12/14 11:05:44 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 )