~mterry/unity8/greeter-misc-cleanups

« back to all changes in this revision

Viewing changes to tests/mocks/LightDM/GreeterPrivate.h

  • Committer: Michael Terry
  • Date: 2014-07-28 11:44:58 UTC
  • mfrom: (981.1.18 locking-hash)
  • Revision ID: michael.terry@canonical.com-20140728114458-o6e5nph059ruh7oi
MergeĀ inĀ locking-hash

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
namespace QLightDM
25
25
{
26
26
class Greeter;
 
27
class GreeterImpl;
27
28
 
28
29
class GreeterPrivate
29
30
{
40
41
    void handleRespond(const QString &response);
41
42
 
42
43
protected:
 
44
    GreeterImpl *m_impl; // if the backend needs more private data
43
45
    Greeter * const q_ptr;
44
46
 
45
47
private: