From 67d1767533a8bfa87cc0744db469b890177307b7 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 1 Apr 2017 13:19:55 +0200 Subject: Moved CookiesForm into the ProfileDialog --- src/mainwindow.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index bebab63..465d02a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -258,11 +258,10 @@ void MainWindow::handleTitleUpdated(const QString &title) void MainWindow::execProfileEditor() { - ProfileDialog *dialog = new ProfileDialog(m_profile, this); - dialog->exec(); + m_profile->dialog()->showProfile(); } void MainWindow::cookiesAction() { - m_profile->cookieUI()->show(); + m_profile->dialog()->showCookies(); } -- cgit v1.2.1