From 1efd63efaf435db81cf5bfd0ca6b0534d8c1c36c Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 14 Jun 2018 18:09:01 +0200 Subject: ProfileEditor: add delete button --- plugins/ProfileEditor/forms/profilemanagerdialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/ProfileEditor/forms/profilemanagerdialog.h') diff --git a/plugins/ProfileEditor/forms/profilemanagerdialog.h b/plugins/ProfileEditor/forms/profilemanagerdialog.h index ba315ce..a4b6f83 100644 --- a/plugins/ProfileEditor/forms/profilemanagerdialog.h +++ b/plugins/ProfileEditor/forms/profilemanagerdialog.h @@ -21,6 +21,7 @@ public: private slots: void showProfile(QListWidgetItem *item); + void deleteProfile(QListWidgetItem *item); private: Ui::ProfileManagerDialog *ui; -- cgit v1.2.1