diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2022-02-07 09:34:39 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2022-02-07 09:34:39 +0100 |
commit | ff25148afd75ad8ba6c454b1e39ad4d3022f0e18 (patch) | |
tree | 410b0b77f1cf344fa77bdc0c295a1f3c7f9def30 /notifications.cpp | |
parent | d5ad7202ea77e8a512073f9ce09b6c07e37d6305 (diff) | |
download | kdeltachat-ff25148afd75ad8ba6c454b1e39ad4d3022f0e18.tar.gz kdeltachat-ff25148afd75ad8ba6c454b1e39ad4d3022f0e18.zip |
remove useless comments in notifications.h/cpp
Diffstat (limited to 'notifications.cpp')
-rw-r--r-- | notifications.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/notifications.cpp b/notifications.cpp index 712e37e..e357037 100644 --- a/notifications.cpp +++ b/notifications.cpp @@ -18,4 +18,3 @@ DcNotifications::send(QString event, QString pfpPath, QString title, QString mes newMess->sendEvent(); } -//newMess->setPixmap(QPixmap(":/res/chat.delta.KDeltaChat.png")); |