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
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52