mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 21:25:44 +08:00
21 lines
235 B
Plaintext
21 lines
235 B
Plaintext
|
%If (Qt_5_0_0 -)
|
||
|
|
||
|
namespace ads
|
||
|
{
|
||
|
|
||
|
class CDockingStateReader : QXmlStreamReader
|
||
|
{
|
||
|
|
||
|
%TypeHeaderCode
|
||
|
#include <DockingStateReader.h>
|
||
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
|
void setFileVersion(int FileVersion);
|
||
|
int fileVersion() const;
|
||
|
};
|
||
|
|
||
|
};
|
||
|
|
||
|
%End
|