Replace typedef with using
This commit is contained in:
@@ -37,6 +37,6 @@ Q_DECLARE_FLAGS(TrackChangeFlags, TrackChangeType)
|
||||
|
||||
} // namespace Engine
|
||||
|
||||
typedef Engine::Base EngineBase;
|
||||
using EngineBase = Engine::Base;
|
||||
|
||||
#endif // ENGINE_FWD_H
|
||||
|
||||
Reference in New Issue
Block a user