MythTV
master
|
#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"
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 } |
|
staticconstexpr |
Definition at line 28 of file welcomedialog.cpp.
Referenced by WelcomeDialog::checkConnectionToServer(), and WelcomeDialog::WelcomeDialog().
|
staticconstexpr |
Definition at line 29 of file welcomedialog.cpp.
Referenced by WelcomeDialog::updateScreen().