00001 #include "algomaker.h" 00002 #include "trashremovealgo.h" 00003 00004 char trashRemoveAlgo[]="Remove Quality trimming";//The text that shows up in the popup 00005 const bool trashRemovePopsup = true;//true if it should pop up in context menu 00006 template 00007 const AlgoMakerTP< TrashRemoveAlgo, trashRemoveAlgo, trashRemovePopsup > AlgoMakerTP< TrashRemoveAlgo, trashRemoveAlgo, trashRemovePopsup >::registerThis; 00008