NOISSUE Various changes from multiauth that are unrelated to it
This commit is contained in:

committed by
Petr Mrázek

parent
161dc66c2c
commit
3a8b238052
@ -1,9 +1,9 @@
|
||||
#include "MMCError.h"
|
||||
#include "Exception.h"
|
||||
|
||||
class VersionBuildError : public MMCError
|
||||
class VersionBuildError : public Exception
|
||||
{
|
||||
public:
|
||||
VersionBuildError(QString cause) : MMCError(cause) {};
|
||||
explicit VersionBuildError(QString cause) : Exception(cause) {}
|
||||
virtual ~VersionBuildError() noexcept
|
||||
{
|
||||
}
|
||||
@ -55,4 +55,4 @@ public:
|
||||
virtual ~VersionIncomplete() noexcept
|
||||
{
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user