Skip to content

Commit

Permalink
Dirty fix for GENIVI#235
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tkachenko committed Oct 27, 2021
1 parent c1cfda9 commit 8f84350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.swp
build
.vscode
*.o
*.user
.vimrc
Expand Down
2 changes: 1 addition & 1 deletion src/components/cansignaldata/cansignaldata_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CanSignalDataPrivate : public QObject {
ComponentInterface::ComponentProperties _supportedProps = {
std::make_tuple(_nameProperty, QVariant::String, true, cf(nullptr)),
std::make_tuple(_fileProperty, QVariant::String, true, cf([] { return new PropertyFieldPath; } )),
std::make_tuple(_colorProperty, QVariant::String, true, cf([] { return new PropertyFieldColor; } ))
// std::make_tuple(_colorProperty, QVariant::String, true, cf([] { return new PropertyFieldColor; } ))
};
// clang-format on

Expand Down

0 comments on commit 8f84350

Please sign in to comment.