Commit 43084cb6 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: profile_selector: rework profiles backup/restore

parent d7ad3f6f
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include "ui/profiles.h" #include "ui/profiles.h"
class QComboBox; class QComboBox;
class VLCProfileSelector : public QWidget class VLCProfileSelector : public QWidget
{ {
Q_OBJECT Q_OBJECT
...@@ -54,6 +55,7 @@ private slots: ...@@ -54,6 +55,7 @@ private slots:
void editProfile(); void editProfile();
void deleteProfile(); void deleteProfile();
void updateOptions( int i ); void updateOptions( int i );
void updateOptionsOldFormat( int i );
signals: signals:
void optionsChanged(); void optionsChanged();
}; };
...@@ -72,6 +74,7 @@ public: ...@@ -72,6 +74,7 @@ public:
private: private:
void registerCodecs(); void registerCodecs();
void fillProfile( const QString& qs ); void fillProfile( const QString& qs );
void fillProfileOldFormat( const QString& qs );
typedef QSet<QString> resultset; typedef QSet<QString> resultset;
QHash<QString, resultset> caps; QHash<QString, resultset> caps;
void loadCapabilities(); void loadCapabilities();
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment