~neon/grantlee/trunk

« back to all changes in this revision

Viewing changes to templates/lib/nulllocalizer_p.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:
29
29
class GRANTLEE_TESTS_EXPORT NullLocalizer : public AbstractLocalizer
30
30
{
31
31
public:
32
 
  typedef QSharedPointer<NullLocalizer> Ptr;
33
32
  NullLocalizer();
34
33
  virtual ~NullLocalizer();
35
34