mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
Removed some more compiler warnings in retroshare-gui.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4566 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cd0854c4e8
commit
39708cdd0b
8 changed files with 10 additions and 10 deletions
|
@ -128,7 +128,7 @@ RWindow::setVisible(bool visible)
|
|||
* window visible. */
|
||||
if (isVisible()) {
|
||||
activateWindow();
|
||||
setWindowState(windowState() & ~Qt::WindowMinimized | Qt::WindowActive);
|
||||
setWindowState((windowState() & ~Qt::WindowMinimized) | Qt::WindowActive);
|
||||
raise();
|
||||
} else {
|
||||
restoreWindowState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue