Home
last modified time | relevance | path

Searched refs:PELLET_STRING (Results 1 – 5 of 5) sorted by relevance

/dports/misc/qbrew/qbrew-0.4.1/src/
H A Dhop.cpp14 const QByteArray Hop::PELLET_STRING = QT_TRANSLATE_NOOP("Hop", "Pellet"); member in Hop
24 : name_(QObject::tr("Generic")), weight_(), type_(PELLET_STRING), in Hop()
87 return (QStringList() << PELLET_STRING << PLUG_STRING << WHOLE_STRING); in typeStringList()
H A Dconfigstate.h65 : batch(5.00), style("Generic Ale"), hoptype(Hop::PELLET_STRING) { ; } in RecipeConfigState()
H A Dhop.h46 static const QByteArray PELLET_STRING;
H A Dbeerxmlreader.cpp387 hop.setType(Hop::PELLET_STRING); in readHop()
664 if (hop.type() == Hop::PELLET_STRING) buf = "Pellet"; in writeRecipe()
H A Ddata.cpp34 defaulthoptype_(Hop::PELLET_STRING), defaultgrainunit_(&Weight::pound), in Data()