mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Coding style fixes.
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
static void createWithBackend(RandomBackend* backend);
|
||||
|
||||
private:
|
||||
Random(RandomBackend* backend);
|
||||
explicit Random(RandomBackend* backend);
|
||||
|
||||
QScopedPointer<RandomBackend> m_backend;
|
||||
static Random* m_instance;
|
||||
|
||||
Reference in New Issue
Block a user