Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename PlaylistTableModel::getDurationOfRows(), return mixxx::Duration, add comment #12537

Merged
merged 1 commit into from Jan 10, 2024

Conversation

ronso0
Copy link
Member

@ronso0 ronso0 commented Jan 9, 2024

fixup for #12530

@@ -27,7 +28,8 @@ class PlaylistTableModel final : public TrackSetTableModel {
int addTracks(const QModelIndex& index, const QList<QString>& locations) final;
bool isLocked() final;

double getDurationOfRows(const QModelIndexList& indices);
// Get the total duration of all tracks referenced by the given model indices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a doc comment starting with ///.

@ronso0 ronso0 marked this pull request as ready for review January 9, 2024 19:35
Copy link
Member

@daschuer daschuer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for the extra mile.

@daschuer daschuer merged commit 9218c6a into mixxxdj:2.4 Jan 10, 2024
13 checks passed
@ronso0 ronso0 deleted the autodj-duration-fixup branch January 10, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants