X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=b7414b22e73605ce19207cf0359008f0803612fd;hb=691411ad08e02a64c3bb4c6603da0ba204afe9fb;hp=d4d760842604d6c4f303847cedf4943c25837e72;hpb=0d59a0487e34d72a58cde6f58b7499d8f6ef404b;p=kdenlive diff --git a/src/mainwindow.h b/src/mainwindow.h index d4d76084..b7414b22 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -204,7 +204,7 @@ private: QUndoView *m_undoView; QUndoGroup *m_commandStack; - KComboBox *m_timecodeFormat; + KSelectAction *m_timeFormatButton; /** This list holds all the scopes used in Kdenlive, allowing to manage some global settings */ QList m_gfxScopesList; @@ -365,6 +365,7 @@ private slots: void slotConnectMonitors(); void slotUpdateClip(const QString &id); void slotUpdateMousePosition(int pos); + void slotUpdateProjectDuration(int pos); void slotAddEffect(const QDomElement effect); void slotEditProfiles(); void slotDetectAudioDriver();