Blame | Last modification | View Log | RSS feed
#include "cat_entry.h"//----------------------------------------------------------------------------// FUNCTION ://// DESCRIPTION :////// INPUTS ://// RETURNS ://CatEntry::CatEntry ( QWidget *parent ) : QWidget (parent){setupUi(this);qDebug ("CatEntry has been created");}