Fix memory leak on icon tray by letting events pass the parent widget.

This commit is contained in:
codestation
2015-12-27 16:33:55 -04:30
parent c10bf4b177
commit 5f508fa47c
4 changed files with 7 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
KDENotifierTray::KDENotifierTray(QWidget *obj_parent)
: TrayIndicator(obj_parent)
{
setAttribute(Qt::WA_TransparentForMouseEvents);
}
void KDENotifierTray::init()