~lukas-kde/qtmir/betterSessionManagement

« back to all changes in this revision

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

  • Committer: Lukáš Tinkl
  • Date: 2017-02-07 16:50:11 UTC
  • mfrom: (590.1.5 qtmir)
  • Revision ID: lukas.tinkl@canonical.com-20170207165011-211tttoeh9huj7zx
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2013-2016 Canonical, Ltd.
 
2
 * Copyright (C) 2013-2017 Canonical, Ltd.
3
3
 *
4
4
 * This program is free software: you can redistribute it and/or modify it under
5
5
 * the terms of the GNU Lesser General Public License version 3, as published by
109
109
 
110
110
private Q_SLOTS:
111
111
    void onAppDataChanged(const int role);
112
 
    void onSessionAboutToCreateSurface(const std::shared_ptr<mir::scene::Session> &session,
113
 
                                       int type, QSize &size);
114
112
    void onApplicationClosing(Application *application);
115
113
 
116
114
private: