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/profileview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/ProfileEditor/forms/profileview.h') diff --git a/plugins/ProfileEditor/forms/profileview.h b/plugins/ProfileEditor/forms/profileview.h index a264cc0..6a8e8ab 100644 --- a/plugins/ProfileEditor/forms/profileview.h +++ b/plugins/ProfileEditor/forms/profileview.h @@ -9,7 +9,7 @@ #ifndef PROFILEDIALOG_H #define PROFILEDIALOG_H -#include +#include #include namespace Ui @@ -17,7 +17,7 @@ namespace Ui class ProfileView; } -class ProfileView : public QDialog +class ProfileView : public QWidget { Q_OBJECT -- cgit v1.2.1