36 explicit Bookmark(Seconds timestamp,
const QString& name,
bool valid =
false);
37 explicit Bookmark(Seconds timestamp = 0);
39 Bookmark(
const Bookmark& other);
40 Bookmark(Bookmark&& other)
noexcept;
42 Bookmark& operator=(
const Bookmark& other);
43 Bookmark& operator=(Bookmark&& other)
noexcept;
47 [[nodiscard]] Seconds timestamp()
const;
48 [[nodiscard]] QString name()
const;
49 [[nodiscard]]
bool isValid()
const;