From 8221037c77be1f7c256b2575d4a9a4a9d58a9c0d Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 27 May 2017 17:50:22 +0200 Subject: Profile improvements * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog --- smolbote.qbs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'smolbote.qbs') diff --git a/smolbote.qbs b/smolbote.qbs index 087249a..18112f0 100644 --- a/smolbote.qbs +++ b/smolbote.qbs @@ -82,6 +82,8 @@ Project { "src/widgets/dockingwidget.h", "src/widgets/loadingbar.cpp", "src/widgets/loadingbar.h", + "src/widgets/mainwindowmenubar.cpp", + "src/widgets/mainwindowmenubar.h", "src/widgets/urllineedit.cpp", "src/widgets/urllineedit.h", "src/widgets/webviewtabbar.cpp", @@ -147,6 +149,9 @@ Project { "src/forms/profiledialog.cpp", "src/forms/profiledialog.h", "src/forms/profiledialog.ui", + "src/forms/profilesdialog.cpp", + "src/forms/profilesdialog.h", + "src/forms/profilesdialog.ui", "src/webengine/webengineprofile.cpp", "src/webengine/webengineprofile.h", ] -- cgit v1.2.1