mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-02-03 04:49:04 +01:00
Update windows version
This commit is contained in:
@@ -42,7 +42,7 @@ class WindowCtrlUnix : public QObject
|
||||
|
||||
/*
|
||||
* Target types
|
||||
*/
|
||||
*/
|
||||
enum TargetType
|
||||
{
|
||||
TYPE_WINDOW_TO_TASKBAR = 0,
|
||||
|
||||
@@ -37,6 +37,17 @@ class WindowCtrlWin : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
/*
|
||||
* Target types
|
||||
*/
|
||||
enum TargetType
|
||||
{
|
||||
TYPE_WINDOW_TO_TASKBAR = 0,
|
||||
TYPE_WINDOW_TO_SYSTEMTRAY
|
||||
};
|
||||
|
||||
private:
|
||||
|
||||
struct EnumWindowsPidProcData
|
||||
|
||||
Reference in New Issue
Block a user