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

cleanup filterwidgets. #687

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

tsteven4
Copy link
Collaborator

@tsteven4 tsteven4 commented Feb 8, 2021

clang-tidy modernize-use-override
clang-tidy modernize-use-equals-default
clang-tidy readability-inconsistent-declaration-parameter-name
manual fix for clang-tidy readability-named-parameter

rule of zero implemented for FilterWidget class by using QSharedPointers.
rule of five implemented for FilterOption class by deleting copy and move
special member functions.

use c++17 std::clamp.

tsteven4 and others added 3 commits February 8, 2021 10:48
clang-tidy modernize-use-override
clang-tidy modernize-use-equals-default
clang-tidy readability-inconsistent-declaration-parameter-name
manual fix for clang-tidy readability-named-parameter

rule of zero implemented for FilterWidget class by using QSharedPointers.
rule of five implemented for FilterOption class by deleting copy and move
special member functions.

use c++17 std::clamp.
…tualCall

We don't intend to inhereit from this class anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants