~alan-griffiths/qtmir/spike-using-WindowManager

« back to all changes in this revision

Viewing changes to src/platforms/mirserver/sessionauthorizer.h

Wait for ApplicationManager to be there

Fixes some autopilot tests in which the signal comes before the object is there and therefore the ApplicationManager never thinks there's a dash running 
Approved by: Daniel d'Andrada, Gerry Boland

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
Q_SIGNALS:
43
43
    // needs to be blocked queued signal which returns value for authorized
44
44
    void requestAuthorizationForSession(const quint64 &pid, bool &authorized);
 
45
 
 
46
private:
 
47
    bool m_connectionChecked;
45
48
};
46
49
 
47
50
#endif // SESSIONAUTHORIZER_H