[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: branches/koffice/1.5/koffice/kword
From:       Thomas Zander <zander () kde ! org>
Date:       2006-04-11 0:21:38
Message-ID: 200604110221.38496.zander () kde ! org
[Download RAW message or body]


I'd say an unsigned int even (IIRC thats what that count() returns anyway)


On Tuesday 11 April 2006 00:18, David Faure wrote:
> SVN commit 528395 by dfaure:
>
> This should be int of course
>
>
>  M  +1 -1      KWView.cpp
>
>
> --- branches/koffice/1.5/koffice/kword/KWView.cpp #528394:528395
> @@ -208,7 +208,7 @@
>
>          int tableCellsSelected() { return m_selected; }
>          int amountRowsSelected() { return m_rows.count(); }
> -        bool amountColumnsSelected() { return m_columns.count(); }
> +        int amountColumnsSelected() { return m_columns.count(); }
>          bool oneCellSelected() { return m_oneCellSelected; }
>          bool protectContentEnabled() { return m_protectContent; }
>          QValueList<uint> selectedRows() { return m_rows; }

-- 
Thomas Zander

[Attachment #3 (application/pgp-signature)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic