Constification and some style fixes.

This commit is contained in:
Felix Geyer 2012-04-23 19:44:43 +02:00
parent b3ddfca2bd
commit 3df2ad35cb
28 changed files with 84 additions and 105 deletions

View file

@ -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();