ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/soundWizard/soundpagefinal.h
(Generate patch)

Comparing:
Vago/trunk/Vago/soundWizard/soundpagefinal.h (file contents), Revision 771 by s10k, Sun Mar 31 19:02:16 2013 UTC vs.
s10k/Vago/soundWizard/soundpagefinal.h (file contents), Revision 1093 by s10k, Sat Dec 30 13:57:32 2017 UTC

# Line 4 | Line 4
4   #include <QWizardPage>
5   #include <QDesktopServices>
6   #include <QUrl>
7 + #include <droptablewidget.h>
8  
8 #include "droptablewidget.h"
9 #include "logger.h"
9   #include "xmlprocessor.h"
10   #include "converter.h"
11  
# Line 19 | Line 18 | class SoundPageFinal : public QWizardPag
18      Q_OBJECT
19      
20   public:
21 <    explicit SoundPageFinal(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;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)