Begin the transformation!
Nuke all the things.
This commit is contained in:
parent
3a0cdf2d3d
commit
aade36860c
55 changed files with 1066 additions and 1590 deletions
|
@ -16,6 +16,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <QString>
|
||||
#include <QMetaType>
|
||||
|
||||
/*!
|
||||
* An abstract base class for versions.
|
||||
|
@ -52,4 +54,4 @@ struct BaseVersion
|
|||
|
||||
typedef std::shared_ptr<BaseVersion> BaseVersionPtr;
|
||||
|
||||
Q_DECLARE_METATYPE(BaseVersionPtr)
|
||||
Q_DECLARE_METATYPE(BaseVersionPtr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue