]> git.sesse.net Git - kdenlive/blobdiff - src/utils/resourcewidget.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / utils / resourcewidget.h
index 275e9112db6d425a7236ceda630bb026d579574b..9579b154ba8995eaf55366aca99037a373ae9135 100644 (file)
@@ -70,9 +70,12 @@ private slots:
     void slotSetMaximum(int max);
 
 private:
+    void loadConfig();
+    void saveConfig();
+    void parseLicense(const QString &);
+
     QString m_folder;
     AbstractService *m_currentService;
-    void parseLicense(const QString &);
     OnlineItemInfo m_currentInfo;
 #if KDE_IS_VERSION(4,4,0)
     KPixmapSequenceOverlayPainter *m_busyWidget;