~unity-team/qtubuntu/revert-eglconvenience

« back to all changes in this revision

Viewing changes to src/ubuntumirclient/integration.h

  • Committer: Bileto Bot
  • Author(s): Daniel d'Andrada
  • Date: 2016-06-14 08:33:29 UTC
  • mfrom: (321.1.1 betterSessionName)
  • Revision ID: ci-train-bot@canonical.com-20160614083329-ckizcmppklr7xbw2
Generate better mir session names

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
    void destroyScreen(UbuntuScreen *screen);
77
77
 
78
78
private:
79
 
    void setupOptions();
80
 
    void setupDescription();
 
79
    void setupOptions(QStringList &args);
 
80
    void setupDescription(QByteArray &sessionName);
 
81
    static QByteArray generateSessionName(QStringList &args);
 
82
    static QByteArray generateSessionNameFromQmlFile(QStringList &args);
81
83
 
82
84
    UbuntuNativeInterface* mNativeInterface;
83
85
    QPlatformFontDatabase* mFontDb;