Begin the transformation!
Nuke all the things.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user