kde-playground/khelpcenter/slave/xslt_help.h
2015-09-03 08:01:50 +00: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