MythTV
master
mythplugins
mytharchive
mytharchive
archivesettings.h
Go to the documentation of this file.
1
/*
2
archivesettings.
3
*/
4
5
#ifndef ARCHIVESETTINGS_H
6
#define ARCHIVESETTINGS_H
7
8
// Qt headers
9
#include <QCoreApplication>
10
11
// MythTV headers
12
#include <
libmyth/standardsettings.h
>
13
14
15
class
ArchiveSettings
:
public
GroupSetting
16
{
17
Q_DECLARE_TR_FUNCTIONS
(
ArchiveSettings
);
18
19
public
:
20
ArchiveSettings
();
21
};
22
23
#endif
ArchiveSettings::Q_DECLARE_TR_FUNCTIONS
Q_DECLARE_TR_FUNCTIONS(ArchiveSettings)
ArchiveSettings::ArchiveSettings
ArchiveSettings()
Definition:
archivesettings.cpp:416
ArchiveSettings
Definition:
archivesettings.h:15
standardsettings.h
GroupSetting
Definition:
standardsettings.h:435
Generated on Wed Sep 6 2023 03:18:17 for MythTV by
1.8.17