| 1 | #ifndef _MEIN_XSLT_HELP_H_ |
|---|---|
| 2 | #define _MEIN_XSLT_HELP_H_ |
| 3 | |
| 4 | #include <QString> |
| 5 | |
| 6 | QString lookForCache(const QString &filename); |
| 7 | |
| 8 | /*! |
| 9 | * Compares two files and returns true if \a newer exists and is newer than |
| 10 | * \a older |
| 11 | **/ |
| 12 | bool compareTimeStamps(const QString &older, const QString &newer); |
| 13 | |
| 14 | #endif |
| 15 |
