X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fwizard.h;h=769bf766ad5452019e935aff6a7de4ed52d9193d;hb=ff2dda64a4bb0ee5057f429018a96dc5efbc283d;hp=134e4e0be63771f2c73670ffd99aee748d78d3ec;hpb=05a837d483eeb9102ffa832b4a5c6698f2482a62;p=kdenlive diff --git a/src/wizard.h b/src/wizard.h index 134e4e0b..769bf766 100644 --- a/src/wizard.h +++ b/src/wizard.h @@ -88,11 +88,13 @@ private: Ui::WizardCheck_UI m_check; QVBoxLayout *m_startLayout; bool m_systemCheckIsOk; + QLabel *m_welcomeLabel; QMap m_dvProfiles; QMap m_hdvProfiles; QMap m_otherProfiles; void slotCheckPrograms(); void checkMltComponents(); + void checkMissingCodecs(); KIcon m_okIcon; KIcon m_badIcon; @@ -106,6 +108,7 @@ private slots: void slotUpdateCaptureParameters(); void slotSaveCaptureFormat(); void slotUpdateDecklinkDevice(int captureCard); + void slotOpenManual(); }; #endif