Convert usages of Blockdata pointers

This commit is contained in:
BigBahss
2021-02-14 16:34:17 -05:00
committed by huderlem
parent 42b56edc9d
commit f09e28f06c
14 changed files with 186 additions and 290 deletions

View File

@@ -10,7 +10,7 @@
class Blockdata : public QVector<Block>
{
public:
QByteArray serialize();
QByteArray serialize() const;
};
#endif // BLOCKDATA_H