|
MythTV master
|
#include <QWindow>#include <QGuiApplication>#include "libmythbase/mythconfig.h"#include "libmythbase/mythappname.h"#include "libmythbase/mythdb.h"#include "libmythbase/mythlogging.h"#include "mythmainwindow.h"#include "mythpainter_qt.h"#include "mythpainterwindowqt.h"#include "mythpainterwindow.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 29 of file mythpainterwindow.cpp.
| using TryPainter = bool(*)(MythMainWindow*, MythPainterWindow*&, MythPainter*&, bool&) |
Definition at line 31 of file mythpainterwindow.cpp.