~alan-griffiths/miral/fix-1621917

« back to all changes in this revision

Viewing changes to miral-qt/src/common/windowmodelnotifierinterface.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:
91
91
    void windowInfoChanged(const qtmir::WindowInfo, const int index);
92
92
    void windowsRaised(const QVector<int> indices);
93
93
 
 
94
    // Assuming only 1 input method surface for now
 
95
    void inputMethodWindowAdded(const qtmir::NewWindow);
 
96
    void inputMethodWindowRemoved();
 
97
 
94
98
private:
95
99
    Q_DISABLE_COPY(WindowModelNotifierInterface)
96
100
};