kdelibs/kdoctools/xslt_help.h
2014-11-13 01:04:59 +02:00

14 lines
315 B
C

#ifndef _MEIN_XSLT_HELP_H_
#define _MEIN_XSLT_HELP_H_
#include <QtCore/QString>
QString lookForCache( const QString &filename );
/**
* Compares two files and returns true if @param newer exists and is newer than
* @param older
**/
bool compareTimeStamps( const QString &older, const QString &newer );
#endif