Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14 from ubports/xenial_-_edge_-_fclose
Browse files Browse the repository at this point in the history
Add forceClose method to mirSurface api
  • Loading branch information
Flohack74 authored Jun 30, 2019
2 parents 98cb672 + ec9636d commit 1dbfc73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/unity/shell/application/MirSurfaceInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,12 @@ class MirSurfaceInterface : public QObject
*/
Q_INVOKABLE virtual void close() = 0;

/**
* @brief Sends a force close request
*
*/
Q_INVOKABLE virtual void forceClose() = 0;

/**
* @brief Activates this surface
*
Expand Down

0 comments on commit 1dbfc73

Please sign in to comment.