diff options
author | Ken Moore <moorekou@gmail.com> | 2020-04-06 15:46:17 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2020-04-06 15:46:17 -0400 |
commit | 682e844ab0ef47a9f50bbca95c86f9e6d28a4f82 (patch) | |
tree | 9b84d44cf3a2be3b96708501a3fd2010d028ab1e /src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskButton.h | |
parent | Limit lumina-pingcursor to 60 FPS (diff) | |
download | lumina-682e844ab0ef47a9f50bbca95c86f9e6d28a4f82.tar.gz lumina-682e844ab0ef47a9f50bbca95c86f9e6d28a4f82.tar.bz2 lumina-682e844ab0ef47a9f50bbca95c86f9e6d28a4f82.zip |
Fix up the detection of icons for windows.
Add another layer of fallback icon as well
Diffstat (limited to 'src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskButton.h')
-rw-r--r-- | src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskButton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskButton.h b/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskButton.h index ff551998..3062bb74 100644 --- a/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskButton.h +++ b/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskButton.h @@ -42,7 +42,7 @@ public: private: QList<LWinInfo> WINLIST; - QList<LWinInfo> LWINLIST; + int LWINLIST; QMenu *actMenu; // action menu (custom context menu) QMenu *winMenu; // window menu (if more than 1) LWinInfo cWin; |