RestLink
2.2.0
Powerfull Rest Client for Qt
Loading...
Searching...
No Matches
src
lib
fileutils.h
1
#ifndef RESTLINK_FILEUTILS_H
2
#define RESTLINK_FILEUTILS_H
3
4
#include <RestLink/global.h>
5
6
#include <QtCore/qstandardpaths.h>
7
8
namespace
RestLink
{
9
10
class
RESTLINK_EXPORT
FileUtils
11
{
12
public
:
13
static
QString generateCacheDir();
14
static
QString generateCookieFile();
15
static
QString generateDir(
const
QString &name, QStandardPaths::StandardLocation location);
16
};
17
18
}
// namespace RestLink
19
20
#endif
// RESTLINK_FILEUTILS_H
RestLink::FileUtils
Definition
fileutils.h:11
RestLink
Definition
abstractrequesthandler.cpp:11
Generated by
1.9.8