Skip to content

Commit 48028c0

Browse files
committed
qt6: remove 'noop' assignment
This also prevents Qt 6 builds failing with: conversion from 'int' to 'QChar' is ambiguous
1 parent 0f17178 commit 48028c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/AdblockContentFiltersProfile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class AdblockContentFiltersProfile final : public ContentFiltersProfile
127127
bool needsDomainCheck = false;
128128
};
129129

130-
QChar value = 0;
130+
QChar value;
131131
QVarLengthArray<Node*, 1> children;
132132
QVarLengthArray<Rule*, 1> rules;
133133
};

0 commit comments

Comments
 (0)