Constification and some style fixes.
This commit is contained in:
@@ -48,7 +48,7 @@ private Q_SLOTS:
|
||||
void togglePassword(bool checked);
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::ChangeMasterKeyWidget> m_ui;
|
||||
const QScopedPointer<Ui::ChangeMasterKeyWidget> m_ui;
|
||||
CompositeKey m_key;
|
||||
|
||||
Q_DISABLE_COPY(ChangeMasterKeyWidget)
|
||||
|
||||
Reference in New Issue
Block a user