parent
0b56ca464f
commit
f54de83886
|
@ -79,8 +79,8 @@ public:
|
||||||
auto operator=(const VTextManager &text) -> VTextManager & = default;
|
auto operator=(const VTextManager &text) -> VTextManager & = default;
|
||||||
|
|
||||||
#ifdef Q_COMPILER_RVALUE_REFS
|
#ifdef Q_COMPILER_RVALUE_REFS
|
||||||
VTextManager(VTextManager &&text) Q_DECL_NOTHROW = default;
|
VTextManager(VTextManager &&text) = default;
|
||||||
auto operator=(VTextManager &&text) Q_DECL_NOTHROW -> VTextManager & = default;
|
auto operator=(VTextManager &&text) -> VTextManager & = default;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
virtual auto GetSpacing() const -> int;
|
virtual auto GetSpacing() const -> int;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user