diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-13 06:26:27 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-13 06:26:27 +0000 |
commit | 9fab5b8a216e283e563f3457315715672bc8b55a (patch) | |
tree | c1251952e4e0e28fad0bca829d49335ff15b6e98 /krdc/kremoteview.h | |
parent | bcb704366cb5e333a626c18c308c7e0448a8e69f (diff) | |
download | tdenetwork-9fab5b8a216e283e563f3457315715672bc8b55a.tar.gz tdenetwork-9fab5b8a216e283e563f3457315715672bc8b55a.zip |
Update to Trinity 3.5.11
Will need to watch for commit warnings and rebuild test
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1061808 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krdc/kremoteview.h')
-rw-r--r-- | krdc/kremoteview.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/krdc/kremoteview.h b/krdc/kremoteview.h index d07b82a1..a3dbe438 100644 --- a/krdc/kremoteview.h +++ b/krdc/kremoteview.h @@ -124,6 +124,11 @@ public: virtual bool viewOnly() = 0; /** + * Checks whether the view is requesting full screen mode. + */ + virtual bool startFullscreen() = 0; + + /** * Returns the resolution of the remote framebuffer. * It should return a null @ref QSize when the size * is not known. |