[Kst] branches/work/kst/hierarchy/kst/src/plugins/convolution/convolve
Eli Fidler
eli at staikos.net
Thu Dec 7 19:10:39 CET 2006
SVN commit 611334 by fidler:
spacing fix for vim syntax highlighting
M +1 -1 convolve.cpp
--- branches/work/kst/hierarchy/kst/src/plugins/convolution/convolve/convolve.cpp #611333:611334
@@ -30,7 +30,7 @@
K_EXPORT_COMPONENT_FACTORY( kstobject_convolve,
KGenericFactory<Convolve>( "kstobject_convolve" ) )
-Convolve::Convolve( QObject */*parent*/, const char */*name*/, const QStringList &/*args*/ )
+Convolve::Convolve( QObject * /*parent*/, const char * /*name*/, const QStringList &/*args*/ )
: KstBasicPlugin() {
}
More information about the Kst
mailing list