|
MythTV master
|
#include <algorithm>#include <ranges>#include <QtGlobal>#include <QtEnvironmentVariables>#include <QtSystemDetection>#include <QTimer>#include <QThread>#include <QApplication>#include <QElapsedTimer>#include <QWindow>#include "libmythbase/mythconfig.h"#include "libmythbase/compat.h"#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythlogging.h"#include "mythuihelper.h"#include "mythdisplay.h"#include "opengl/mythegl.h"#include "mythmainwindow.h"#include "platforms/mythdisplaywindows.h"#include "moc_mythdisplay.cpp"Go to the source code of this file.
Macros | |
| #define | LOC QString("Display: ") |
| #define LOC QString("Display: ") |
Definition at line 60 of file mythdisplay.cpp.