Skip to content

Commit f360a8b

Browse files
committed
running WS where it belongs :)
1 parent b115f29 commit f360a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WaveletSharpen/SharpenPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bool SharpenPlugin::registerFilters()
4242

4343

4444
USMFilter *usm = new USMFilter(m_hub, m_groupId);
45-
if (m_hub->addFilter(usm, PluginHub::Before, QString("RgbToLab"))) {
45+
if (m_hub->addFilter(usm, PluginHub::Before, QString("Sharpen"))) {
4646
qDebug() << "Successfully registered "<<usm->name()<<" filter";
4747
} else {
4848
qDebug() << "Failed to register "<<usm->name()<<" filter";

0 commit comments

Comments
 (0)