MythTV
master
|
#include <QWindow>
#include <QGuiApplication>
#include "libmythbase/mythcorecontext.h"
#include "mythmainwindow.h"
#include "mythpainter_qt.h"
#include "mythpainterwindowqt.h"
#include "mythpainterwindow.h"
#include "opengl/mythpainterwindowopengl.h"
#include "opengl/mythpainteropengl.h"
Go to the source code of this file.
Macros | |
#define | MYTH_PAINTER_QT QString("Qt") |
Typedefs | |
using | TryPainter = bool(*)(MythMainWindow *, MythPainterWindow *&, MythPainter *&, bool &) |
#define MYTH_PAINTER_QT QString("Qt") |
Definition at line 26 of file mythpainterwindow.cpp.
using TryPainter = bool(*)(MythMainWindow*, MythPainterWindow*&, MythPainter*&, bool&) |
Definition at line 28 of file mythpainterwindow.cpp.