|
MythTV master
|
#include <unistd.h>#include <chrono>#include <cstdlib>#include <QEvent>#include <QGuiApplication>#include <QKeyEvent>#include "libmythbase/compat.h"#include "libmythbase/exitcodes.h"#include "libmythbase/lcddevice.h"#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythdbcon.h"#include "libmythbase/mythdirs.h"#include "libmythbase/mythlogging.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 30 of file welcomedialog.cpp.
Referenced by WelcomeDialog::updateScreen().
|
staticconstexpr |
Definition at line 29 of file welcomedialog.cpp.
Referenced by WelcomeDialog::checkConnectionToServer(), and WelcomeDialog::WelcomeDialog().