mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
a0e0a60258
they do more then just change the state of the window and all these usage cases were wrong (that is, all their usage). For changing the state, use something like window->setWindowState( window->windowState() | Qt::WindowFullScreen ); // set window->setWindowState( window->windowState() & ~Qt::WindowFullScreen ); // reset or simply use the new KToggleFullScreenAction::setFullScreen() helper. svn path=/trunk/KDE/kdegraphics/okular/; revision=784333 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.cpp | ||
okular.desktop | ||
shell.cpp | ||
shell.h | ||
shell.rc |