|
MythTV master
|
#include <QObject>#include <QString>#include "libmythui/mythuiexp.h"#include "libmythbase/dbutil.h"Go to the source code of this file.
Classes | |
| class | SchemaUpgradeWizard |
| Provides UI and helper functions for DB Schema updates. More... | |
Enumerations | |
| enum | MythSchemaUpgrade : std::uint8_t { MYTH_SCHEMA_EXIT = 1 , MYTH_SCHEMA_ERROR = 2 , MYTH_SCHEMA_UPGRADE = 3 , MYTH_SCHEMA_USE_EXISTING = 4 } |
| Return values from PromptForUpgrade() More... | |
| enum MythSchemaUpgrade : std::uint8_t |
Return values from PromptForUpgrade()
| Enumerator | |
|---|---|
| MYTH_SCHEMA_EXIT | |
| MYTH_SCHEMA_ERROR | |
| MYTH_SCHEMA_UPGRADE | |
| MYTH_SCHEMA_USE_EXISTING | |
Definition at line 14 of file schemawizard.h.