aboutsummaryrefslogtreecommitdiff
path: root/plugins/ProfileEditor/forms/profilemanagerdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ProfileEditor/forms/profilemanagerdialog.h')
-rw-r--r--plugins/ProfileEditor/forms/profilemanagerdialog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/ProfileEditor/forms/profilemanagerdialog.h b/plugins/ProfileEditor/forms/profilemanagerdialog.h
index e182799..4f468c5 100644
--- a/plugins/ProfileEditor/forms/profilemanagerdialog.h
+++ b/plugins/ProfileEditor/forms/profilemanagerdialog.h
@@ -19,6 +19,13 @@ public:
explicit ProfileManagerDialog(const QVector<WebProfile *> &profiles, QWidget *parent = 0);
~ProfileManagerDialog();
+signals:
+ void createProfile(const QString &id);
+ void updateProfile(const QString &id);
+
+public slots:
+ void addProfile(WebProfile *profile);
+
private slots:
void showProfile(QListWidgetItem *item);
void deleteProfile(QListWidgetItem *item);