]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Save vertical zoom in project:
[kdenlive] / src / kdenlivedoc.h
index b4a21b7be90c7c6b235ed988151b67058142377d..c57b1a39657c7eb8bcec5cc8b63d3e2bf13caf43 100644 (file)
@@ -90,8 +90,8 @@ Q_OBJECT public:
     /** Used to inform main app of the current document loading progress */
     void loadingProgressed();
     void syncGuides(QList <Guide *> 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);