aboutsummaryrefslogtreecommitdiff
path: root/plugins/ProfileEditor/forms/profileview.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-06-14 18:09:01 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-06-14 18:09:01 +0200
commit1efd63efaf435db81cf5bfd0ca6b0534d8c1c36c (patch)
treeee62ae5a32ef13983f61379e3d25b14f0e07179c /plugins/ProfileEditor/forms/profileview.cpp
parentAdd poi.desktop (diff)
downloadsmolbote-1efd63efaf435db81cf5bfd0ca6b0534d8c1c36c.tar.xz
ProfileEditor: add delete button
Diffstat (limited to 'plugins/ProfileEditor/forms/profileview.cpp')
-rw-r--r--plugins/ProfileEditor/forms/profileview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ProfileEditor/forms/profileview.cpp b/plugins/ProfileEditor/forms/profileview.cpp
index b723a61..2d96d43 100644
--- a/plugins/ProfileEditor/forms/profileview.cpp
+++ b/plugins/ProfileEditor/forms/profileview.cpp
@@ -18,7 +18,7 @@ inline void connectSetting(QCheckBox *checkBox, QWebEngineSettings *settings, QW
}
ProfileView::ProfileView(QWebEngineProfile *profile, QWidget *parent)
- : QDialog(parent)
+ : QWidget(parent)
, ui(new Ui::ProfileView)
{
Q_CHECK_PTR(profile);