X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=8dd5c0de1c6cd8eaea58214df113099c2c1224ea;hb=af4fd26ba0a921d518c27367ef983f8436fba8b0;hp=d4d760842604d6c4f303847cedf4943c25837e72;hpb=2ab823a1179756a6f3b37848e422c94fe93e4740;p=kdenlive diff --git a/src/mainwindow.h b/src/mainwindow.h index d4d76084..8dd5c0de 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -61,7 +61,6 @@ class EffectStackView2; class TransitionSettings; class Monitor; class RecMonitor; -class CustomTrackView; class RenderWidget; #ifdef USE_JOGSHUTTLE class JogShuttle; @@ -77,7 +76,6 @@ class Waveform; class RGBParade; class KActionCollection; class AudioSignal; -class AbstractAudioScopeWidget; class AudioSpectrum; class Spectrogram; @@ -204,7 +202,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 +363,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();