mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Constification and some style fixes.
This commit is contained in:
@@ -36,7 +36,7 @@ protected:
|
||||
qint64 readData(char* data, qint64 maxSize);
|
||||
qint64 writeData(const char* data, qint64 maxSize);
|
||||
|
||||
QIODevice* m_baseDevice;
|
||||
QIODevice* const m_baseDevice;
|
||||
|
||||
private Q_SLOTS:
|
||||
void closeStream();
|
||||
|
||||
Reference in New Issue
Block a user