503:bebe09014dd6 | 504:6a1fa662bfc1 |
---|---|
54 double lheight() const; | 54 double lheight() const; |
55 int camera() const; | 55 int camera() const; |
56 | 56 |
57 private: | 57 private: |
58 Ui_OverlayUI* ui; | 58 Ui_OverlayUI* ui; |
59 List<pair<QRadioButton*, int>> m_cameraArgs; | 59 QList<pair<QRadioButton*, int>> m_cameraArgs; |
60 | 60 |
61 private slots: | 61 private slots: |
62 void slot_fpath(); | 62 void slot_fpath(); |
63 void slot_help(); | 63 void slot_help(); |
64 void slot_dimensionsChanged(); | 64 void slot_dimensionsChanged(); |