#ifndef REMOVEITEMFROMGROUP_H #define REMOVEITEMFROMGROUP_H class RemoveItemFromGroup : public VUndoCommand { public: RemoveItemFromGroup(); }; #endif // REMOVEITEMFROMGROUP_H