diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-06-12 18:59:56 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-06-12 18:59:56 +0000 |
| commit | 69c45fb3cf722a6589efc99bf1fe2c151a3ea491 (patch) | |
| tree | 05d335b9ec9e3cc4708c09e6ab98fd9f1176f192 /src/plugins/General/hotkey/hotkeymanager_win.cpp | |
| parent | 414c5245e4927ba40963e83d1a8ab09ecfe16502 (diff) | |
| download | qmmp-69c45fb3cf722a6589efc99bf1fe2c151a3ea491.tar.gz qmmp-69c45fb3cf722a6589efc99bf1fe2c151a3ea491.tar.bz2 qmmp-69c45fb3cf722a6589efc99bf1fe2c151a3ea491.zip | |
replaced deprecated QDesktopWidget
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8034 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hotkey/hotkeymanager_win.cpp')
| -rw-r--r-- | src/plugins/General/hotkey/hotkeymanager_win.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/General/hotkey/hotkeymanager_win.cpp b/src/plugins/General/hotkey/hotkeymanager_win.cpp index cb3793724..44fdb6cb6 100644 --- a/src/plugins/General/hotkey/hotkeymanager_win.cpp +++ b/src/plugins/General/hotkey/hotkeymanager_win.cpp @@ -1,5 +1,5 @@ /***************************************************************************
- * Copyright (C) 2013-2016 by Ilya Kotov *
+ * Copyright (C) 2013-2018 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -26,7 +26,6 @@ #include <QKeyEvent>
#include <QCoreApplication>
#include <QApplication>
-#include <QDesktopWidget>
#include <windows.h>
#include <winuser.h>
#include <commctrl.h>
|
