]> git.sesse.net Git - kdenlive/blobdiff - src/titlewidget.h
Fix template title clips & some other title issues
[kdenlive] / src / titlewidget.h
index 0e9239ea793d7cb6fdfb44f6c67a1afce609f32a..d09c8c2e539777dc7e295e6aff59f859638314a4 100644 (file)
@@ -71,11 +71,6 @@ public:
      * returned. */
     static QString getTitleResourceFromName(const KUrl &projectUrl, const QString &titleName);
 
-    /** \brief returns the size of the rendered pixmap
-    *
-    */
-    const QRect renderedRect();
-
     /** \brief Get clip duration. */
     int duration() const;
 
@@ -158,7 +153,6 @@ public slots:
     void itemRotate(int);
     void saveTitle(KUrl url = KUrl());
     void loadTitle(KUrl url = KUrl());
-    QImage renderedPixmap();
 
 private slots:
     void slotAdjustSelectedItem();