]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Fix project tree butons update when adding/removing clips
[kdenlive] / src / kdenlivedoc.h
index 6f6bfd3c653942bd10c6d1feb9ed4d456b9fae27..7e2f768fdc94b60dec901fa0d1538380a4a5d5c0 100644 (file)
@@ -74,7 +74,6 @@ Q_OBJECT public:
     int getFramePos(QString duration);
     DocClipBase *getBaseClip(const QString &clipId);
     void updateClip(const QString id);
-    void deleteProjectClip(QList <QString> ids);
     /** Inform application of the audio thumbnails generation progress */
     void setThumbsProgress(const QString &message, int progress);
     const QString &profilePath() const;
@@ -88,8 +87,6 @@ Q_OBJECT public:
     bool isModified() const;
     /** Returns project folder, used to store project files (titles, effects,...) */
     KUrl projectFolder() const;
-    /** Used to inform main app of the current document loading progress */
-    void loadingProgressed();
     void syncGuides(QList <Guide *> guides);
     void setZoom(int horizontal, int vertical);
     QPoint zoom() const;
@@ -134,8 +131,6 @@ private:
     bool m_modified;
     /** Project folder, used to store project files (titles, effects,...) */
     KUrl m_projectFolder;
-    double m_documentLoadingStep;
-    double m_documentLoadingProgress;
     bool m_abortLoading;
     QMap <QString, QString> m_documentProperties;