notification.cpp 94 B

123456
  1. #include "notification.h"
  2. Notification::Notification(QObject *parent) : QObject(parent)
  3. {
  4. }