mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-01 19:16:16 -04:00
Added http service start to MainWindow
Added http settings pane to SettingsWidget Settings are probably broken still
This commit is contained in:
parent
235baa3dcc
commit
eea9d7db97
3 changed files with 19 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#define KEEPASSX_SETTINGSWIDGET_H
|
||||
|
||||
#include "gui/EditWidget.h"
|
||||
#include "http/OptionDialog.h"
|
||||
|
||||
namespace Ui {
|
||||
class SettingsWidgetGeneral;
|
||||
|
@ -55,6 +56,7 @@ private Q_SLOTS:
|
|||
private:
|
||||
QWidget* const m_secWidget;
|
||||
QWidget* const m_generalWidget;
|
||||
OptionDialog* const m_optionDialogUi;
|
||||
const QScopedPointer<Ui::SettingsWidgetSecurity> m_secUi;
|
||||
const QScopedPointer<Ui::SettingsWidgetGeneral> m_generalUi;
|
||||
Qt::Key m_globalAutoTypeKey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue