Home GnuPG

Remove usage of QWidget::show[FullScreen|Maximized|Minimized|Normal](), they do…
f79e258dce6dUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Remove usage of QWidget::show[FullScreen|Maximized|Minimized|Normal](), 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/kdepim/kleopatra/; revision=784333

Details

Provenance
Lubo Luk <l.lunak@kde.org>Authored on Mar 11 2008, 12:02 AM
Parents
rKLEOPATRA44a9d0022a35: SVN_SILENT made messages (.desktop file)
Branches
Unknown
Tags
Unknown