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

Comparing s10k/Vago/windowMessagesWizard/wmformatpage.h (file contents):
Revision 1092 by s10k, Sat Dec 30 13:43:28 2017 UTC vs.
Revision 1093 by s10k, Sat Dec 30 13:57:32 2017 UTC

# Line 19 | Line 19 | class WmFormatPage : public QWizardPage
19      Q_OBJECT
20      
21   public:
22 <    explicit WmFormatPage(Logger *myLogger, QWidget *parent = 0);
22 >    explicit WmFormatPage(QWidget *parent = 0);
23      QList<std::shared_ptr<WmPage> >& getCurrentPages();
24  
25      ~WmFormatPage();
# Line 55 | Line 55 | private:
55      Ui::WmFormatPage *ui;
56      QList<std::shared_ptr<WmPage>> currentPages;
57      bool windowsIsInitialized = false;
58    Logger *myLogger;
58  
59   private:
60      void setupComboBoxTextSize();

Diff Legend

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