MythTV
master
|
#include <QTimer>
#include <QThread>
#include <QApplication>
#include <QElapsedTimer>
#include <QWindow>
#include "mythlogging.h"
#include "compat.h"
#include "mythcorecontext.h"
#include "mythuihelper.h"
#include "mythdisplay.h"
#include "mythegl.h"
#include "mythmainwindow.h"
#include <chrono>
#include "platforms/mythdisplayosx.h"
#include "platforms/mythdisplayx11.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("Display: ") |
#define LOC QString("Display: ") |
Definition at line 46 of file mythdisplay.cpp.