mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-22 15:51:29 -04:00
Code maintenance for Qt 5:
- Changed qInstallMsgHandler to qInstallMessageHandler - Changed qt_use_native_dialogs to filedialog_hook (Windows only) Removed unused method Rshare::winEventFilter and signal Rshare::shutdown (Windows only) git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6852 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f10f029d45
commit
c8b8daf110
7 changed files with 62 additions and 34 deletions
|
@ -758,7 +758,7 @@ void SetForegroundWindowInternal(HWND hWnd)
|
|||
_instance->raise();
|
||||
|
||||
#ifdef WINDOWS_SYS
|
||||
SetForegroundWindowInternal(_instance->winId());
|
||||
SetForegroundWindowInternal((HWND) _instance->winId());
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue