Skip to content

Commit

Permalink
cxx-qt-lib: Change current_date() to use the correct doc comment syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Jan 16, 2025
1 parent e84662a commit bbc85b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cxx-qt-lib/src/core/qdate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ impl QDate {
ffi::qdate_add_days(self, ndays)
}

// Returns the current date, as reported by the system clock.
/// Returns the current date, as reported by the system clock.
pub fn current_date() -> Self {
ffi::qdate_current_date()
}
Expand Down

0 comments on commit bbc85b2

Please sign in to comment.