Krita Source Code Documentation
Loading...
Searching...
No Matches
recorder_const.cpp
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2020 Dmitrii Utkin <loentar@gmail.com>
3
*
4
* SPDX-License-Identifier: LGPL-2.1-only
5
*/
6
7
#include "
recorder_const.h
"
8
9
#include <QRegularExpression>
10
11
namespace
RecorderConst
12
{
13
14
QRegularExpression
snapshotFilePatternFor
(
const
QString &extension)
15
{
16
return
QRegularExpression(
"^([0-9]{7})\\."
% extension %
"$"
);
17
}
18
19
}
RecorderConst
Definition
recorder_const.cpp:12
RecorderConst::snapshotFilePatternFor
QRegularExpression snapshotFilePatternFor(const QString &extension)
Definition
recorder_const.cpp:14
recorder_const.h
plugins
dockers
recorder
recorder_const.cpp
Generated at
2026-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1