Skip to content

Commit

Permalink
MergedProxyModelPrivate: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Aug 3, 2023
1 parent 2a407bf commit f81bd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mergedproxymodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ struct tag_by_pointer {};

class MergedProxyModelPrivate {
private:
using MappingContainer = multi_index_container<Mapping *, indexed_by<hashed_unique<tag<tag_by_source>, member<Mapping, QModelIndex, &Mapping::source_index>>, ordered_unique<tag<tag_by_pointer>, identity<Mapping *>>>>;
using MappingContainer = multi_index_container<Mapping*, indexed_by<hashed_unique<tag<tag_by_source>, member<Mapping, QModelIndex, &Mapping::source_index>>, ordered_unique<tag<tag_by_pointer>, identity<Mapping*>>>>;

public:
MappingContainer mappings_;
Expand Down

0 comments on commit f81bd26

Please sign in to comment.