aboutsummaryrefslogtreecommitdiff
path: root/src/notificationpopup.h
diff options
context:
space:
mode:
authorLibravatar Keshav Bhatt <keshavnrj@gmail.com>2022-03-30 18:36:05 +0530
committerLibravatar Keshav Bhatt <keshavnrj@gmail.com>2022-03-30 18:36:05 +0530
commite800208f2a600bb77c04f012cbbc7ded506fd663 (patch)
tree2007014e90571501104130fe298b810e3fd444b6 /src/notificationpopup.h
parentd06a4abb4755d0e97e8ef03688bc878117d90b4e (diff)
downloadwhatsie-e800208f2a600bb77c04f012cbbc7ded506fd663.tar.gz
whatsie-e800208f2a600bb77c04f012cbbc7ded506fd663.zip
fix: notification popup click behavior
Diffstat (limited to 'src/notificationpopup.h')
-rw-r--r--src/notificationpopup.h1
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();