mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-07 02:06:53 +02:00
windowctrl-win : make m_tb_window(s) non-static --> more consistent with WindowCtrlUnix
This commit is contained in:
@@ -18,12 +18,6 @@
|
||||
*/
|
||||
#include <QCoreApplication>
|
||||
|
||||
/*
|
||||
* Statics
|
||||
*/
|
||||
quint64 WindowCtrlWin::m_tb_window;
|
||||
QList< quint64 > WindowCtrlWin::m_tb_windows;
|
||||
|
||||
|
||||
/*
|
||||
* Constructor
|
||||
|
||||
@@ -206,12 +206,12 @@ class WindowCtrlWin : public QObject
|
||||
/**
|
||||
* @brief m_tb_window. The Thunderbird window.
|
||||
*/
|
||||
static quint64 m_tb_window;
|
||||
quint64 m_tb_window;
|
||||
|
||||
/**
|
||||
* @brief m_tb_window. The Thunderbird windows.
|
||||
*/
|
||||
static QList< quint64 > m_tb_windows;
|
||||
QList< quint64 > m_tb_windows;
|
||||
};
|
||||
|
||||
#endif // WINDOWCTRLWIN_H
|
||||
|
||||
Reference in New Issue
Block a user