~neon/grantlee/trunk

« back to all changes in this revision

Viewing changes to templates/lib/filter.h

  • Committer: Stephen Kelly
  • Date: 2014-09-22 11:05:05 UTC
  • Revision ID: git-v1:d7635489161c4defb4638e5f344880f65af58291
Remove typedefs for QSharedPointers from APIs.

The typedefs hide the semantic of memory management that is being
used, which is undesirable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
class GRANTLEE_TEMPLATES_EXPORT Filter
53
53
{
54
54
public:
55
 
#ifndef Q_QDOC
56
 
  typedef QSharedPointer<Filter> Ptr;
57
 
#endif
58
 
 
59
55
  /**
60
56
    Destructor.
61
57
  */