Commit 00b15acf212ea8593d4876ecda9b94bd53a04982
- Diff rendering mode:
- inline
- side by side
|   | |||
| 1 | /* | ||
| 2 | * qnotification.cpp | ||
| 3 | * author: Timo Härkönen | ||
| 4 | */ | ||
| 5 | |||
| 1 | 6 | #include "qnotification.h" | |
| 2 | 7 | #include "qnotification_p.h" | |
| 3 | 8 | #include "moc_qnotification.cpp" |
|   | |||
| 1 | /* | ||
| 2 | * qnotification.h | ||
| 3 | * author: Timo Härkönen | ||
| 4 | */ | ||
| 5 | |||
| 1 | 6 | #ifndef QNOTIFICATIONS_H | |
| 2 | 7 | #define QNOTIFICATIONS_H | |
| 3 | 8 |
|   | |||
| 1 | /* | ||
| 2 | * qnotification_p.h | ||
| 3 | * author: Timo Härkönen | ||
| 4 | */ | ||
| 5 | |||
| 1 | 6 | #ifndef QNOTIFICATIONS_P_H | |
| 2 | 7 | #define QNOTIFICATIONS_P_H | |
| 3 | 8 |

