Home
last modified time | relevance | path

Searched refs:ConvHex (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/emu64/emu64-5.0.19/src/
H A Dwidget_memory_zeile.h60 bool ConvHex(QString str, unsigned char *value);
H A Dwidget_memory_zeile.cpp114 bool WidgetMemoryZeile::ConvHex(QString str, unsigned char *value) in ConvHex() function in WidgetMemoryZeile
135 if(ConvHex(edit->text(),&value)) in CheckEdit()