|
a/application.h |
|
b/application.h |
|
... |
|
... |
30 |
#include <QMainWindow>
|
30 |
#include <QMainWindow>
|
31 |
#include <QTranslator>
|
31 |
#include <QTranslator>
|
32 |
|
32 |
|
33 |
#include "dirbrowser/cdbrowser.h"
|
33 |
#include "dirbrowser/cdbrowser.h"
|
34 |
#include "upqo/renderingcontrol_qo.h"
|
34 |
#include "upqo/renderingcontrol_qo.h"
|
|
|
35 |
#include "upqo/ohtime_qo.h"
|
35 |
#include "upadapt/avtadapt.h"
|
36 |
#include "upadapt/avtadapt.h"
|
36 |
#include "upadapt/ohpladapt.h"
|
37 |
#include "upadapt/ohpladapt.h"
|
37 |
|
38 |
|
38 |
#include "GUI/player/GUI_Player.h"
|
39 |
#include "GUI/player/GUI_Player.h"
|
39 |
#include "GUI/playlist/GUI_Playlist.h"
|
40 |
#include "GUI/playlist/GUI_Playlist.h"
|
|
... |
|
... |
66 |
Playlist *playlist;
|
67 |
Playlist *playlist;
|
67 |
CDBrowser *cdb;
|
68 |
CDBrowser *cdb;
|
68 |
RenderingControlQO *rdco;
|
69 |
RenderingControlQO *rdco;
|
69 |
AVTPlayer *avto;
|
70 |
AVTPlayer *avto;
|
70 |
OHPlayer *ohplo;
|
71 |
OHPlayer *ohplo;
|
|
|
72 |
OHTimeQO *ohtmo;
|
71 |
GUI_Playlist *ui_playlist;
|
73 |
GUI_Playlist *ui_playlist;
|
72 |
|
74 |
|
73 |
CSettingsStorage *settings;
|
75 |
CSettingsStorage *settings;
|
74 |
QApplication *app;
|
76 |
QApplication *app;
|
75 |
|
77 |
|