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 2236414 commit bd0f5a6Copy full SHA for bd0f5a6
src/ScatterplotPlugin.cpp
@@ -815,11 +815,6 @@ ScatterplotPluginFactory::ScatterplotPluginFactory()
815
getPluginMetadata().setLicenseText("This plugin is distributed under the [LGPL v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) license.");
816
}
817
818
-QIcon ScatterplotPluginFactory::getIcon(const QColor& color /*= Qt::black*/) const
819
-{
820
- return Application::getIconFont("FontAwesome").getIcon("braille", color);
821
-}
822
-
823
ViewPlugin* ScatterplotPluginFactory::produce()
824
{
825
return new ScatterplotPlugin(this);
0 commit comments