Skip to content

Commit

Permalink
fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed Feb 18, 2025
1 parent 347c7dd commit 6d722e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notelistdelegateeditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ auto constexpr NEXT_NOTE_OFFSET = 0; // space between the separator and the next
auto constexpr PINNED_HEADER_TO_NOTE_SPACE = 0; // space between Pinned label to the pinned list
auto constexpr UNPINNED_HEADER_TO_NOTE_SPACE = 0; // space between Notes label and the normal notes list
auto constexpr LAST_PINNED_TO_UNPINNED_HEADER = 10; // space between the last pinned note to Notes label
}; // namespace note_list_constants
} // namespace note_list_constants

class NoteListDelegateEditor : public QWidget
{
Expand Down

0 comments on commit 6d722e1

Please sign in to comment.