mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 16:25:23 -04:00
Constification and some style fixes.
This commit is contained in:
parent
b3ddfca2bd
commit
3df2ad35cb
28 changed files with 84 additions and 105 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue