~alan-griffiths/miral/fix-1621917

« back to all changes in this revision

Viewing changes to miral-qt/src/modules/Unity/Application/application_manager.h

  • Committer: Alan Griffiths
  • Date: 2016-09-09 13:28:01 UTC
  • mfrom: (320.2.3 miral)
  • Revision ID: alam@octopull.co.uk-20160909132801-1rmrc2tl74qrhhkl
mergeĀ :parent

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
class DBusFocusInfo;
53
53
class DBusWindowStack;
54
 
class MirSurfaceManager;
55
54
class ProcInfo;
56
55
class SharedWakelock;
57
56
class SettingsInterface;
152
151
 
153
152
    friend class Application;
154
153
    friend class DBusWindowStack;
155
 
    friend class MirSurfaceManager;
156
154
    friend class SessionManager;
157
155
};
158
156