Fixed cut n paste error

git-svn-id: http://svn.osgeo.org/qgis/trunk@1197 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-04-11 11:49:30 +00:00
parent 343de89b87
commit 1706cd9f86

View File

@ -91,7 +91,7 @@ int QgsDelimitedTextPlugin::type()
return QgisPlugin::UI;
}
//method defined in interface
void Plugin::help()
void QgsDelimitedTextPlugin::help()
{
//implement me!
}