X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=778b8777e5da907e660b043daac4efff169488d1;hb=21812fe2e0db89f1044d179eb788bbc1022b5577;hp=6f7b945464e4cdeddb3c7381500f94b232e63f9a;hpb=a49621a4a5a88f3c831c16849982316ce2c7b982;p=kdenlive diff --git a/src/mainwindow.h b/src/mainwindow.h index 6f7b9454..778b8777 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -45,6 +45,7 @@ #include "statusbarmessagelabel.h" #include "dvdwizard.h" #include "stopmotion/stopmotion.h" +#include "noteswidget.h" class KdenliveDoc; class TrackView; @@ -149,7 +150,7 @@ private: //KListWidget *m_effectList; QDockWidget *m_notesDock; - KTextEdit *m_notesWidget; + NotesWidget *m_notesWidget; QDockWidget *m_effectStackDock; EffectStackView *m_effectStack; @@ -532,7 +533,8 @@ private slots: void slotDoAction(const QString& action_name); /** @brief Update project because the use of proxy clips was enabled / disabled. */ void slotUpdateProxySettings(); - + /** @brief Insert current project's timecode into the notes widget. */ + void slotInsertNotesTimecode(); signals: Q_SCRIPTABLE void abortRenderJob(const QString &url); };