From 8dd41f637059764d3ba9088b69212f09417771b2 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 17 May 2007 07:47:45 +0000 Subject: [PATCH] Porting to Qt4 --- src/Qtx/QtxMRUAction.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Qtx/QtxMRUAction.h b/src/Qtx/QtxMRUAction.h index c917fa385..f8a5dd9b0 100755 --- a/src/Qtx/QtxMRUAction.h +++ b/src/Qtx/QtxMRUAction.h @@ -36,8 +36,6 @@ class QTX_EXPORT QtxMRUAction : public QtxAction { Q_OBJECT - Q_PROPERTY( int visibleCount READ visibleCount WRITE setVisibleCount ) - public: //! Items insertion policy typedef enum { MoveFirst, //!< put the specified item to the beginning -- 2.39.2