You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

notification.h 244 B

9 years ago
1234567891011121314
  1. #ifndef OSXNOTIFICATION_H
  2. #define OSXNOTIFICATION_H
  3. #include <QString>
  4. class Notification
  5. {
  6. public:
  7. explicit Notification();
  8. void show(const QString& title, const QString& content);
  9. void hideAll();
  10. };
  11. #endif // OSXNOTIFICATION_H

mac下的“飞秋”大多数只是飞鸽传书协议,而且未发现令人满意的开源项目,所以基于c++与qt实现了基础的飞秋协议。

Contributors (1)