]> git.sesse.net Git - kdenlive/blobdiff - src/titlewidget.h
More krazy code fixes
[kdenlive] / src / titlewidget.h
index eaf341dcbb4f75320944bb40cf772881d4d55bcf..a67112b7d0541ead6cc0d959d6952403e0172b93 100644 (file)
@@ -48,21 +48,22 @@ public:
     /** \brief Constructor
      * \param projectPath Path to use when user requests loading or saving of titles as .kdenlivetitle documents */
     TitleWidget(KUrl url, QString projectPath, Render *render, QWidget *parent = 0);
+    virtual ~TitleWidget();
     QDomDocument xml();
     void setXml(QDomDocument doc);
-    
+
     /** \brief Find first available filename of the form titleXXX.png in projectUrl + "/titles/" directory
-    * \param projectUrl Url to directory of project. 
+    * \param projectUrl Url to directory of project.
      * \returns A list, with the name in the form of "/path/to/titles/titleXXX" as the first element, the extension
      * ".png" as the second element.
-     * 
+     *
      * The path "/titles/" is appended to projectUrl to locate the actual directory that contains the title pngs. */
     static QStringList getFreeTitleInfo(const KUrl &projectUrl);
-    
+
     /** \brief Build a filename from a projectUrl and a titleName
      * \param projectUrl Url to directory of project.
      * \param titleName Name of title, on the form "titleXXX"
-     * 
+     *
      * The path "/titles/" is appended to projectUrl to build the directoryname, then .pgn is appended to
      * get the filename. It is not checked that the title png actually exists, only the name is build and
      * returned. */
@@ -112,7 +113,7 @@ public slots:
     void itemVCenter();
     void saveTitle(KUrl url = KUrl());
     void loadTitle();
-    QPixmap renderedPixmap();
+    QImage renderedPixmap();
 
 private slots:
     void slotAdjustSelectedItem();