mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-04 04:24:24 -04:00
Fixed HTTP settings and service start-up
This commit is contained in:
parent
eea9d7db97
commit
9cbdd58af5
3 changed files with 74 additions and 13 deletions
|
@ -19,7 +19,6 @@
|
|||
#define KEEPASSX_SETTINGSWIDGET_H
|
||||
|
||||
#include "gui/EditWidget.h"
|
||||
#include "http/OptionDialog.h"
|
||||
|
||||
namespace Ui {
|
||||
class SettingsWidgetGeneral;
|
||||
|
@ -56,11 +55,13 @@ 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;
|
||||
Qt::KeyboardModifiers m_globalAutoTypeModifiers;
|
||||
class ExtraPage;
|
||||
QList<ExtraPage> m_extraPages;
|
||||
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_SETTINGSWIDGET_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue