diff options
author | 2022-03-30 18:36:05 +0530 | |
---|---|---|
committer | 2022-03-30 18:36:05 +0530 | |
commit | e800208f2a600bb77c04f012cbbc7ded506fd663 (patch) | |
tree | 2007014e90571501104130fe298b810e3fd444b6 /src/notificationpopup.h | |
parent | d06a4abb4755d0e97e8ef03688bc878117d90b4e (diff) | |
download | whatsie-e800208f2a600bb77c04f012cbbc7ded506fd663.tar.gz whatsie-e800208f2a600bb77c04f012cbbc7ded506fd663.zip |
fix: notification popup click behavior
Diffstat (limited to 'src/notificationpopup.h')
-rw-r--r-- | src/notificationpopup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/notificationpopup.h b/src/notificationpopup.h index ebb587d..07a63f1 100644 --- a/src/notificationpopup.h +++ b/src/notificationpopup.h @@ -133,7 +133,6 @@ protected: void mouseReleaseEvent(QMouseEvent *event) override { QWidget::mouseReleaseEvent(event); if (event->button() == Qt::LeftButton) { - qDebug() << "noti clicked"; emit notification_clicked(); if (notification) notification->click(); |