| 6 |
|
#include <QUrl> |
| 7 |
|
#include <droptablewidget.h> |
| 8 |
|
|
| 9 |
– |
#include "logger.h" |
| 9 |
|
#include "xmlprocessor.h" |
| 10 |
|
#include "converter.h" |
| 11 |
|
|
| 18 |
|
Q_OBJECT |
| 19 |
|
|
| 20 |
|
public: |
| 21 |
< |
explicit SoundPageFinal(QString AppDir, QString soundsLocation, DropTableWidget *page2Table, Logger *myLogger, QHash<QString, QString> *commandMap, QWidget *parent = 0); |
| 21 |
> |
explicit SoundPageFinal(QString AppDir, QString soundsLocation, DropTableWidget *page2Table, QHash<QString, QString> *commandMap, QWidget *parent = 0); |
| 22 |
|
~SoundPageFinal(); |
| 23 |
|
|
| 24 |
|
private: |
| 25 |
|
QString soundsLocation; |
| 26 |
|
Ui::soundpagefinal *ui; |
| 27 |
|
DropTableWidget *page2Table; |
| 29 |
– |
Logger *myLogger; |
| 28 |
|
XmlProcessor *myXmlProcessor; |
| 29 |
|
Converter *myConverter; |
| 30 |
|
QStringList *xmlCommands; |