MythTV  master
Variables
welcomedialog.cpp File Reference
#include <unistd.h>
#include <chrono>
#include <cstdlib>
#include <QEvent>
#include <QGuiApplication>
#include <QKeyEvent>
#include "libmyth/mythcontext.h"
#include "libmythbase/compat.h"
#include "libmythbase/exitcodes.h"
#include "libmythbase/lcddevice.h"
#include "libmythbase/mythdbcon.h"
#include "libmythbase/mythdirs.h"
#include "libmythbase/mythsystemlegacy.h"
#include "libmythbase/remoteutil.h"
#include "libmythtv/tv.h"
#include "welcomedialog.h"
#include "welcomesettings.h"
Include dependency graph for welcomedialog.cpp:

Go to the source code of this file.

Variables

static constexpr std::chrono::milliseconds UPDATE_STATUS_INTERVAL { 30s }
 
static constexpr std::chrono::milliseconds UPDATE_SCREEN_INTERVAL { 15s }
 

Variable Documentation

◆ UPDATE_STATUS_INTERVAL

constexpr std::chrono::milliseconds UPDATE_STATUS_INTERVAL { 30s }
staticconstexpr

◆ UPDATE_SCREEN_INTERVAL

constexpr std::chrono::milliseconds UPDATE_SCREEN_INTERVAL { 15s }
staticconstexpr

Definition at line 29 of file welcomedialog.cpp.

Referenced by WelcomeDialog::updateScreen().