]> git.sesse.net Git - kdenlive/blobdiff - src/titlewidget.h
re-indented ;) and more character explanations added
[kdenlive] / src / titlewidget.h
index 70711fd5a077e253dc21db03b0afda937a4e992e..9b20154bd652bcb308fc98d45ac4d27f11060d40 100644 (file)
@@ -97,8 +97,8 @@ private:
     QAction *m_buttonLoad;
     /** \brief Dialog for entering unicode in text fields */
     UnicodeDialog *m_unicodeDialog;
-       /** \brief Stores the last used unicode */
-       QString m_lastUnicodeNumber;
+    /** \brief Stores the last used unicode */
+    QString m_lastUnicodeNumber;
     /** project path for storing title clips */
     QString m_projectPath;
     /** \brief Store the current choices of font, background and rect values */
@@ -187,8 +187,8 @@ private slots:
     void slotUpdateText();
     void slotInsertUnicode();
     void slotInsertUnicodeString(QString);
-       /** \brief Called when unicode dialog closed, updates the last selected unicode number */
-       void slotUnicodeNumber(QString);
+    /** \brief Called when unicode dialog closed, updates the last selected unicode number */
+    void slotUnicodeNumber(QString);
 
     void displayBackgroundFrame();
 
@@ -198,7 +198,7 @@ private slots:
     void slotRectTool();
     void slotSelectTool();
     void slotImageTool();
-       
+
 
     /** \brief Called when accepted, stores the user selections for next time use */
     void slotAccepted();