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();