~neon/grantlee/trunk

« back to all changes in this revision

Viewing changes to templates/lib/abstractlocalizer.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:
42
42
{
43
43
public:
44
44
  /**
45
 
    A QSharedPointer to an AbstractLocalizer
46
 
  */
47
 
  typedef QSharedPointer<AbstractLocalizer> Ptr;
48
 
 
49
 
  /**
50
45
   Constructor
51
46
  */
52
47
  AbstractLocalizer();