~ubuntu-branches/ubuntu/oneiric/kalgebra/oneiric-updates

« back to all changes in this revision

Viewing changes to analitza/value.cpp

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman, Jonathan Kolberg, Scott Kitterman
  • Date: 2011-09-08 09:54:16 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: package-import@ubuntu.com-20110908095416-56n1ezw5lvr54p45
Tags: 4:4.7.1-0ubuntu1
[ Jonathan Kolberg ]
* New upstream release

[ Scott Kitterman ]
* Make the mobile package descriptions not identical to the regular ones
* Improve kalgebra-dbg long descriptions
* Fix kalgebra-dbg depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
 
114
114
bool Cn::matches(const Object* exp, QMap< QString, const Object* >*) const
115
115
{
 
116
#ifdef __GNUC__
116
117
#warning fixme: second condition is just wrong
 
118
#endif
117
119
        return exp->type()==type() && Cn(exp)==*this;
118
120
}
119
121