X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fkdenlivedoc.h;h=c57b1a39657c7eb8bcec5cc8b63d3e2bf13caf43;hb=e04bece5ff0797c3b06fcf8ff6a9c37762a1ec94;hp=b4a21b7be90c7c6b235ed988151b67058142377d;hpb=90ab57b2d8336b079e6f6fdcad8bea38352bb798;p=kdenlive diff --git a/src/kdenlivedoc.h b/src/kdenlivedoc.h index b4a21b7b..c57b1a39 100644 --- a/src/kdenlivedoc.h +++ b/src/kdenlivedoc.h @@ -90,8 +90,8 @@ Q_OBJECT public: /** Used to inform main app of the current document loading progress */ void loadingProgressed(); void syncGuides(QList guides); - void setZoom(int factor); - int zoom() const; + void setZoom(int horizontal, int vertical); + QPoint zoom() const; double dar(); double projectDuration() const; bool saveSceneList(const QString &path, const QString &scene);