]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.h
Only close files if they are actually open
[kdenlive] / src / projectitem.h
index fc396115575efbd86868da560ade8645751ee019..2087ee17a796393eae985fb4d6c776c3c86450bd 100644 (file)
@@ -35,7 +35,8 @@ class DocClipBase;
 /** \brief Represents a clip or a folder in the projecttree
  *
  * This class represents a clip or folder in the projecttree and in the document(?) */
-class ProjectItem : public QTreeWidgetItem {
+class ProjectItem : public QTreeWidgetItem
+{
 public:
     /** Create folder item */
     ProjectItem(QTreeWidget * parent, const QStringList & strings, const QString &clipId);