Heart 1.3.880.d32293b
Heart is base back end library for your c++ Qt projects.
streammultiversion.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2024-2025 QuasarApp.
3 * Distributed under the lgplv3 software license, see the accompanying
4 * Everyone is permitted to copy and distribute verbatim copies
5 * of this license document, but changing it is not allowed.
6*/
7
8#ifndef STREAMMULTIVERSION_H
9#define STREAMMULTIVERSION_H
10
11#include "streambase.h"
12
13namespace QH {
14
38class HEARTSHARED_EXPORT StreamMultiversion: public StreamBase
39{
40public:
41
42 StreamMultiversion();
43 ~StreamMultiversion();
44 // StreamBase interface
45
54 void saveVersion(char version, QDataStream &stream) const;
55
63 char readVersion(QDataStream &stream);
64
65
66};
67}
68#endif // STREAMMULTIVERSION_H
#define HEARTSHARED_EXPORT
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...
Definition heart.cpp:13