20 #ifndef LIBREPCB_CORE_FILEFORMATMIGRATION_H 21 #define LIBREPCB_CORE_FILEFORMATMIGRATION_H 26 #include "../types/version.h" 37 class TransactionalDirectory;
66 QObject* parent =
nullptr) noexcept;
83 QList<Message>& messages) = 0;
87 static QList<std::shared_ptr<FileFormatMigration>>
getMigrations(
95 int affectedItems = -1)
const noexcept;
The Version class represents a version number in the format "1.42.7".
Definition: version.h:58
Definition: occmodel.cpp:76
Helper class to access a subdirectory of TransactionalFileSystem.
Definition: transactionaldirectory.h:51