We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4bac0 commit bf0c139Copy full SHA for bf0c139
1 file changed
plugins/BinarySearcher/DialogBinaryString.cpp
@@ -50,7 +50,6 @@ DialogBinaryString::DialogBinaryString(QWidget *parent, Qt::WindowFlags f)
50
* @brief DialogBinaryString::doFind
51
*/
52
void DialogBinaryString::doFind() {
53
- // TODO: Algorithm here should be Boyer-Moore for better performance
54
const QByteArray b = ui.binaryString->value();
55
56
if (!results_) {
0 commit comments