]> git.sesse.net Git - kdenlive/blobdiff - src/trackview.h
Required changes to make Kdenlive work with some locales that have a comma (,) as...
[kdenlive] / src / trackview.h
index 5dcbd7e997385ac44266a879be77e27aa87d1e19..b7ea50dbeda36b1a84f5a041807944c15ee240c1 100644 (file)
@@ -100,6 +100,7 @@ private:
     KdenliveDoc *m_doc;
     int m_verticalZoom;
     QString m_documentErrors;
+    QLocale m_locale;
     void parseDocument(QDomDocument doc);
     int slotAddProjectTrack(int ix, QDomElement xml, bool locked, QDomNodeList producers);
     DocClipBase *getMissingProducer(const QString id) const;