Code review comment for lp:~azzar1/unity/no-result-hint

Revision history for this message
Michal Hruby (mhr3) wrote :

8 - gint count = scope_->results()->count();
9 + gint const count = scope_->results()->count();

A bit useless though...

« Back to merge proposal