Error handle
This commit is contained in:
15
src/errorhandle/GUIErrorFactory.h
Normal file
15
src/errorhandle/GUIErrorFactory.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by Krad on 2021/12/16.
|
||||
//
|
||||
|
||||
#ifndef GUI_GUIERRORFACTORY_H
|
||||
#define GUI_GUIERRORFACTORY_H
|
||||
|
||||
#include "GUIErrorBase.h"
|
||||
class GUIErrorFactory {
|
||||
public:
|
||||
static GUIErrorBase* getError(const QString& errorMsg);
|
||||
};
|
||||
|
||||
|
||||
#endif //GUI_GUIERRORFACTORY_H
|
||||
Reference in New Issue
Block a user