Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qlockfile_win.cpp File Reference

(49042a61d85c14cf89faf7ce61f64a6c36f8f084)

#include "private/qlockfile_p.h"
#include "private/qfilesystementry_p.h"
#include "wcharhelpers_win_p.h"
#include "QtCore/qdatetime.h"
#include "QtCore/qdir.h"
#include "QtCore/qdebug.h"
#include "QtCore/qfileinfo.h"
#include "QtCore/qthread.h"
#include <qt_windows.h>
#include <psapi.h>
Include dependency graph for qlockfile_win.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE bool fileExists (const wchar_t *fileName)
static bool deleteFile (const QString &fileName)

Function Documentation

◆ deleteFile()

bool deleteFile ( const QString & fileName)
static

Definition at line 28 of file qlockfile_win.cpp.

◆ fileExists()

QT_BEGIN_NAMESPACE bool fileExists ( const wchar_t * fileName)
inlinestatic

Definition at line 22 of file qlockfile_win.cpp.