From kde-commits Tue Aug 02 09:16:39 2011 From: "Dr. Robert Marmorstein" Date: Tue, 02 Aug 2011 09:16:39 +0000 To: kde-commits Subject: [koffice] libs/kotext/styles: Make KTableStyle Message-Id: <20110802091639.97C39A60DF () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=131227666815688 Git commit 64b6598bc81e8c4c6ac9527c95a12631c4cf90fb by Dr. Robert Marmorstein. Committed on 02/08/2011 at 04:10. Pushed by robertm into branch 'master'. Make KTableStyle (non-default)constructor explicit M +1 -1 libs/kotext/styles/KTableStyle.h http://commits.kde.org/koffice/64b6598bc81e8c4c6ac9527c95a12631c4cf90fb diff --git a/libs/kotext/styles/KTableStyle.h b/libs/kotext/styles/KTableStyle.h index e8681a2..d7ede42 100644 --- a/libs/kotext/styles/KTableStyle.h +++ b/libs/kotext/styles/KTableStyle.h @@ -65,7 +65,7 @@ public: /// Constructor explicit KTableStyle(QObject *parent = 0); /// Creates a KTableStyle with the given table format, and \a parent - KTableStyle(const QTextTableFormat &blockFormat, QObject *parent = 0); + explicit KTableStyle(const QTextTableFormat &blockFormat, QObject *parent = 0); /// Destructor ~KTableStyle();