~alan-griffiths/unity-mir/compatibility-with-proposed-mir-changes

« back to all changes in this revision

Viewing changes to src/modules/Unity/Application/dbuswindowstack.h

  • Committer: CI bot
  • Author(s): thomas-voss
  • Date: 2014-03-11 03:40:49 UTC
  • mfrom: (184.1.1 unity-mir)
  • Revision ID: ps-jenkins@lists.canonical.com-20140311034049-bx63fwqgpetevfdg
Switch to QT_NO_KEYWORDS and with that account for changes in process-cpp. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    Q_INVOKABLE Q_SCRIPTABLE QList<unitymir::WindowInfo> GetWindowStack();
60
60
    Q_INVOKABLE Q_SCRIPTABLE QStringList GetWindowProperties(unsigned int window_id, const QString &app_id, const QStringList &names);
61
61
 
62
 
signals:
 
62
Q_SIGNALS:
63
63
    void FocusedWindowChanged(unsigned int window_id, const QString &app_id, unsigned int stage);
64
64
    void WindowCreated(unsigned int window_id, const QString &app_id);
65
65
    void WindowDestroyed(unsigned int window_id, const QString &app_id);